#705206

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

Shades of Raw Umber #705206

Tints of Raw Umber #705206

Color information

#705206 (or 0x705206) is unknown color: approx Raw Umber. HEX triplet: 70, 52 and 06. RGB value is (112,82,6). Sum of RGB (Red+Green+Blue) = 112+82+6=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #705206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705206 is #8FADF9. Grayscale: #525252. Windows color (decimal): -9416186 or 414320. OLE color: 414320.

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

Color convert

RGB112826-
CMYK00.270.950.56
HSL43.02º89.83%23.14%-
HSV(B)43.02º94.64%43.92%-
XYZ9.739.491.49-
YUV82.3184.94149.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 6 (2.73% from 255) = 3%
R=56%
G=41%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11282600.270.950.5643.0289.8323.14
Hex7052601B5F382b5a17
Octal1601226033137705313227
Binary111000010100101100110111011111111000101011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705206; }

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

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

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

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

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

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

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

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