#704506

Color #704506 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #704506

Tints of Raw Umber #704506

Color information

#704506 (or 0x704506) is unknown color: approx 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

RGB112696-
CMYK00.380.950.56
HSL35.66º89.83%23.14%-
HSV(B)35.66º94.64%43.92%-
XYZ8.847.711.2-
YUV74.6889.25154.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=59.89%
G=36.90%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11269600.380.950.5635.6689.8323.14
Hex704560265F38245a17
Octal1601056046137704413227
Binary1110000100010111001001101011111111000100100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>