#705606

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

Shades of Raw Umber #705606

Tints of Raw Umber #705606

Color information

#705606 (or 0x705606) is unknown color: approx Raw Umber. HEX triplet: 70, 56 and 06. RGB value is (112,86,6). Sum of RGB (Red+Green+Blue) = 112+86+6=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #705606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705606 is #8FA9F9. Grayscale: #555555. Windows color (decimal): -9415162 or 415344. OLE color: 415344.

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

Color convert

RGB112866-
CMYK00.230.950.56
HSL45.28º89.83%23.14%-
HSV(B)45.28º94.64%43.92%-
XYZ10.0410.111.6-
YUV84.6583.61147.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=54.90%
G=42.16%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11286600.230.950.5645.2889.8323.14
Hex705660175F382d5a17
Octal1601266027137705513227
Binary111000010101101100101111011111111000101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705606; }

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

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

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

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

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

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

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

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