#703806

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

Shades of Raw Umber #703806

Tints of Raw Umber #703806

Color information

#703806 (or 0x703806) is unknown color: approx Raw Umber. HEX triplet: 70, 38 and 06. RGB value is (112,56,6). Sum of RGB (Red+Green+Blue) = 112+56+6=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703806 is #8FC7F9. Grayscale: #434343. Windows color (decimal): -9422842 or 407664. OLE color: 407664.

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

Color convert

RGB112566-
CMYK00.500.950.56
HSL28.3º89.83%23.14%-
HSV(B)28.3º94.64%43.92%-
XYZ8.136.290.96-
YUV67.0493.55160.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.37%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=64.37%
G=32.18%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11256600.500.950.5628.389.8323.14
Hex703860325F381c5a17
Octal160706062137703413227
Binary11100001110001100110010101111111100011100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703806; }

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

 H1.HeaderClassName
 {
   color: #703806;
 }
 .AnyTagClassName
 {
   color: #703806;
 }
</style>
background-color css

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

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

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

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

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

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