#704706

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

Shades of Raw Umber #704706

Tints of Raw Umber #704706

Color information

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

RGB112716-
CMYK00.370.950.56
HSL36.79º89.83%23.14%-
HSV(B)36.79º94.64%43.92%-
XYZ8.977.961.24-
YUV75.8588.58153.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11271600.370.950.5636.7989.8323.14
Hex704760255F38255a17
Octal1601076045137704513227
Binary1110000100011111001001011011111111000100101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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