#706103

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

Shades of Raw Umber #706103

Tints of Raw Umber #706103

Color information

#706103 (or 0x706103) is unknown color: approx Raw Umber. HEX triplet: 70, 61 and 03. RGB value is (112,97,3). Sum of RGB (Red+Green+Blue) = 112+97+3=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #706103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706103 is #8F9EFC. Grayscale: #5B5B5B. Windows color (decimal): -9412349 or 221552. OLE color: 221552.

HSL color Cylindrical-coordinate representation of color #706103: hue angle of 51.74º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #706103 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB112973-
CMYK00.130.970.56
HSL51.74º94.78%22.55%-
HSV(B)51.74º97.32%43.92%-
XYZ10.97121.82-
YUV90.7778.47143.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=52.83%
G=45.75%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11297300.130.970.5651.7494.7822.55
Hex706130D6138345f17
Octal1601413015141706413727
Binary1110000110000111011011100001111000110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706103; }

 p { color: rgb(112,97,3); }

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

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

 a { background-color: rgb(112,97,3); }

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

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

 span { border-color: rgb(112,97,3); }

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