#705506

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

Shades of Raw Umber #705506

Tints of Raw Umber #705506

Color information

#705506 (or 0x705506) is unknown color: approx Raw Umber. HEX triplet: 70, 55 and 06. RGB value is (112,85,6). Sum of RGB (Red+Green+Blue) = 112+85+6=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705506 is #8FAAF9. Grayscale: #545454. Windows color (decimal): -9415418 or 415088. OLE color: 415088.

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

Color convert

RGB112856-
CMYK00.240.950.56
HSL44.72º89.83%23.14%-
HSV(B)44.72º94.64%43.92%-
XYZ9.969.951.57-
YUV84.0783.95147.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 6 (2.73% from 255) = 2.96%
R=55.17%
G=41.87%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11285600.240.950.5644.7289.8323.14
Hex705560185F382d5a17
Octal1601256030137705513227
Binary111000010101011100110001011111111000101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705506; }

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

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

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

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

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

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

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

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