Html Css Color HEX #704206 Raw Umber

📋 copy color: '#704206'

red 112 ◦ green 66 ◦ blue 6

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

Shades of Raw Umber #704206

Tints of Raw Umber #704206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

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

R = 60.87%
G = 35.87%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#704206 (or 0x704206) is known color: Raw Umber. HEX triplet: 70, 42 and 06. RGB value is (112,66,6). Sum of RGB (Red+Green+Blue) = 112+66+6=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #704206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704206 is #8FBDF9. Grayscale: #494949. Windows color (decimal): -9420282 or 410224. OLE color: 410224.

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

Color convert

RGB 112 66 6 -
CMYK 0 0.41 0.95 0.56
HSL 33.96º 0.9% 0.23% -
HSV(B) 33.96º 0.95% 0.44% -
XYZ 8.66 7.35 1.14 -
YUV 72.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 112 66 6 0 0.41 0.95 0.56 33.96 0.9 0.23
Hex 70 42 6 0 29 5F 38 22 5A 17
Octal 160 102 6 0 51 137 70 42 132 27
Binary 1110000 1000010 110 0 101001 1011111 111000 100010 1011010 10111

Color Harmonies of #704206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704206

Black with #704206

Text Example


Text Example

White with #704206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704206; }

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

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

background-color css

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

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

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

border-color css

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

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

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