Html Css Color HEX #704506 Raw Umber

📋 copy color: '#704506'

red 112 ◦ green 69 ◦ blue 6

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

Shades of Raw Umber #704506

Tints of Raw Umber #704506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 59.89%
G = 36.9%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#704506 (or 0x704506) is known color: Raw Umber. HEX triplet: 70, 45 and 06. RGB value is (112,69,6). Sum of RGB (Red+Green+Blue) = 112+69+6=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #704506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704506 is #8FBAF9. Grayscale: #4A4A4A. Windows color (decimal): -9419514 or 410992. OLE color: 410992.

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

Color convert

RGB 112 69 6 -
CMYK 0 0.38 0.95 0.56
HSL 35.66º 0.9% 0.23% -
HSV(B) 35.66º 0.95% 0.44% -
XYZ 8.84 7.71 1.2 -
YUV 74.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 112 69 6 0 0.38 0.95 0.56 35.66 0.9 0.23
Hex 70 45 6 0 26 5F 38 24 5A 17
Octal 160 105 6 0 46 137 70 44 132 27
Binary 1110000 1000101 110 0 100110 1011111 111000 100100 1011010 10111

Color Harmonies of #704506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704506

Black with #704506

Text Example


Text Example

White with #704506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704506; }

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

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

background-color css

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

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

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

border-color css

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

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

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