Html Css Color HEX #705606 Raw Umber

📋 copy color: '#705606'

red 112 ◦ green 86 ◦ blue 6

#705606
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #705606

Tints of Raw Umber #705606

RGB

 RED value IS 112 (44.14% from 255) = 54.9%

 GREEN value IS 86 (33.98% from 255) = 42.16%

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 54.9%
G = 42.16%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#705606 (or 0x705606) is known color: 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

RGB 112 86 6 -
CMYK 0 0.23 0.95 0.56
HSL 45.28º 0.9% 0.23% -
HSV(B) 45.28º 0.95% 0.44% -
XYZ 10.04 10.11 1.6 -
YUV 84.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 112 86 6 0 0.23 0.95 0.56 45.28 0.9 0.23
Hex 70 56 6 0 17 5F 38 2D 5A 17
Octal 160 126 6 0 27 137 70 55 132 27
Binary 1110000 1010110 110 0 10111 1011111 111000 101101 1011010 10111

Color Harmonies of #705606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705606

Black with #705606

Text Example


Text Example

White with #705606

Text Example


Text Example

HTML Codes & Css Web 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>