#703E06

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

Shades of Raw Umber #703E06

Tints of Raw Umber #703E06

Color information

#703E06 (or 0x703E06) is unknown color: approx Raw Umber. HEX triplet: 70, 3E and 06. RGB value is (112,62,6). Sum of RGB (Red+Green+Blue) = 112+62+6=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E06 is #8FC1F9. Grayscale: #464646. Windows color (decimal): -9421306 or 409200. OLE color: 409200.

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

Color convert

RGB112626-
CMYK00.450.950.56
HSL31.7º89.83%23.14%-
HSV(B)31.7º94.64%43.92%-
XYZ8.446.91.06-
YUV70.5791.56157.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=62.22%
G=34.44%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11262600.450.950.5631.789.8323.14
Hex703E602D5F38205a17
Octal160766055137704013227
Binary111000011111011001011011011111111000100000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703E06; }

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

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

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

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

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

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

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

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