Html Css Color HEX #706006 Raw Umber

📋 copy color: '#706006'

red 112 ◦ green 96 ◦ blue 6

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

Shades of Raw Umber #706006

Tints of Raw Umber #706006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

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

R = 52.34%
G = 44.86%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#706006 (or 0x706006) is known color: Raw Umber. HEX triplet: 70, 60 and 06. RGB value is (112,96,6). Sum of RGB (Red+Green+Blue) = 112+96+6=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #706006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706006 is #8F9FF9. Grayscale: #5A5A5A. Windows color (decimal): -9412602 or 417904. OLE color: 417904.

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

Color convert

RGB 112 96 6 -
CMYK 0 0.14 0.95 0.56
HSL 50.94º 0.9% 0.23% -
HSV(B) 50.94º 0.95% 0.44% -
XYZ 10.9 11.82 1.88 -
YUV 90.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 112 96 6 0 0.14 0.95 0.56 50.94 0.9 0.23
Hex 70 60 6 0 E 5F 38 33 5A 17
Octal 160 140 6 0 16 137 70 63 132 27
Binary 1110000 1100000 110 0 1110 1011111 111000 110011 1011010 10111

Color Harmonies of #706006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706006

Black with #706006

Text Example


Text Example

White with #706006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706006; }

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

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

background-color css

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

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

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

border-color css

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

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

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