#714306

Color #714306 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #714306

Tints of Raw Umber #714306

Color information

#714306 (or 0x714306) is unknown color: approx Raw Umber. HEX triplet: 71, 43 and 06. RGB value is (113,67,6). Sum of RGB (Red+Green+Blue) = 113+67+6=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #714306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714306 is #8EBCF9. Grayscale: #4A4A4A. Windows color (decimal): -9354490 or 410481. OLE color: 410481.

HSL color Cylindrical-coordinate representation of color #714306: hue angle of 34.21º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #714306 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB113676-
CMYK00.410.950.56
HSL34.21º89.92%23.33%-
HSV(B)34.21º94.69%44.31%-
XYZ8.857.541.16-
YUV73.889.74155.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 6 (2.73% from 255) = 3.23%
R=60.75%
G=36.02%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11367600.410.950.5634.2189.9223.33
Hex714360295F38225a17
Octal1611036051137704213227
Binary1110001100001111001010011011111111000100010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714306; }

 p { color: rgb(113,67,6); }

 H1.HeaderClassName
 {
   color: #714306;
 }
 .AnyTagClassName
 {
   color: #714306;
 }
</style>
background-color css

<style>
 a { background-color: #714306; }

 a { background-color: rgb(113,67,6); }

 div.DivClassName
 {
   background-color: #714306;
 }
 .BgClassName
 {
   background-color: #714306;
 }
</style>
border-color css

<style>
 span { border-color: #714306; }

 span { border-color: rgb(113,67,6); }

 td.TdClassName
 {
   border-color: #714306;
 }
 .TagClassName
 {
   border-color: #714306;
 }
</style>