#704906

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

Shades of Raw Umber #704906

Tints of Raw Umber #704906

Color information

#704906 (or 0x704906) is unknown color: approx Raw Umber. HEX triplet: 70, 49 and 06. RGB value is (112,73,6). Sum of RGB (Red+Green+Blue) = 112+73+6=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #704906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704906 is #8FB6F9. Grayscale: #4D4D4D. Windows color (decimal): -9418490 or 412016. OLE color: 412016.

HSL color Cylindrical-coordinate representation of color #704906: hue angle of 37.92º 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 #704906 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB112736-
CMYK00.350.950.56
HSL37.92º89.83%23.14%-
HSV(B)37.92º94.64%43.92%-
XYZ9.18.221.28-
YUV77.0287.92152.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=58.64%
G=38.22%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11273600.350.950.5637.9289.8323.14
Hex704960235F38265a17
Octal1601116043137704613227
Binary1110000100100111001000111011111111000100110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704906; }

 p { color: rgb(112,73,6); }

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

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

 a { background-color: rgb(112,73,6); }

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

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

 span { border-color: rgb(112,73,6); }

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