Html Css Color HEX #704706 Raw Umber

📋 copy color: '#704706'

red 112 ◦ green 71 ◦ blue 6

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

Shades of Raw Umber #704706

Tints of Raw Umber #704706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 59.26%
G = 37.57%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#704706 (or 0x704706) is known color: Raw Umber. HEX triplet: 70, 47 and 06. RGB value is (112,71,6). Sum of RGB (Red+Green+Blue) = 112+71+6=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #704706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704706 is #8FB8F9. Grayscale: #4C4C4C. Windows color (decimal): -9419002 or 411504. OLE color: 411504.

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

Color convert

RGB 112 71 6 -
CMYK 0 0.37 0.95 0.56
HSL 36.79º 0.9% 0.23% -
HSV(B) 36.79º 0.95% 0.44% -
XYZ 8.97 7.96 1.24 -
YUV 75.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 112 71 6 0 0.37 0.95 0.56 36.79 0.9 0.23
Hex 70 47 6 0 25 5F 38 25 5A 17
Octal 160 107 6 0 45 137 70 45 132 27
Binary 1110000 1000111 110 0 100101 1011111 111000 100101 1011010 10111

Color Harmonies of #704706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704706

Black with #704706

Text Example


Text Example

White with #704706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704706; }

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

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

background-color css

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

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

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

border-color css

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

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

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