Html Css Color HEX #705406 Raw Umber

📋 copy color: '#705406'

red 112 ◦ green 84 ◦ blue 6

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

Shades of Raw Umber #705406

Tints of Raw Umber #705406

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

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

R = 55.45%
G = 41.58%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#705406 (or 0x705406) is known color: Raw Umber. HEX triplet: 70, 54 and 06. RGB value is (112,84,6). Sum of RGB (Red+Green+Blue) = 112+84+6=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705406 is #8FABF9. Grayscale: #535353. Windows color (decimal): -9415674 or 414832. OLE color: 414832.

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

Color convert

RGB 112 84 6 -
CMYK 0 0.25 0.95 0.56
HSL 44.15º 0.9% 0.23% -
HSV(B) 44.15º 0.95% 0.44% -
XYZ 9.89 9.8 1.54 -
YUV 83.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 112 84 6 0 0.25 0.95 0.56 44.15 0.9 0.23
Hex 70 54 6 0 19 5F 38 2C 5A 17
Octal 160 124 6 0 31 137 70 54 132 27
Binary 1110000 1010100 110 0 11001 1011111 111000 101100 1011010 10111

Color Harmonies of #705406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705406

Black with #705406

Text Example


Text Example

White with #705406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705406; }

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

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

background-color css

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

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

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

border-color css

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

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

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