Html Css Color HEX #705106 Raw Umber

📋 copy color: '#705106'

red 112 ◦ green 81 ◦ blue 6

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

Shades of Raw Umber #705106

Tints of Raw Umber #705106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

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

R = 56.28%
G = 40.7%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#705106 (or 0x705106) is known color: Raw Umber. HEX triplet: 70, 51 and 06. RGB value is (112,81,6). Sum of RGB (Red+Green+Blue) = 112+81+6=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #705106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705106 is #8FAEF9. Grayscale: #525252. Windows color (decimal): -9416442 or 414064. OLE color: 414064.

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

Color convert

RGB 112 81 6 -
CMYK 0 0.28 0.95 0.56
HSL 42.45º 0.9% 0.23% -
HSV(B) 42.45º 0.95% 0.44% -
XYZ 9.66 9.34 1.47 -
YUV 81.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 112 81 6 0 0.28 0.95 0.56 42.45 0.9 0.23
Hex 70 51 6 0 1C 5F 38 2A 5A 17
Octal 160 121 6 0 34 137 70 52 132 27
Binary 1110000 1010001 110 0 11100 1011111 111000 101010 1011010 10111

Color Harmonies of #705106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705106

Black with #705106

Text Example


Text Example

White with #705106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705106; }

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

 H1.HeaderClassName
 {
   color: #705106;
 }
 .AnyTagClassName
 {
   color: #705106;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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