#705605

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

Shades of Raw Umber #705605

Tints of Raw Umber #705605

Color information

#705605 (or 0x705605) is unknown color: approx Raw Umber. HEX triplet: 70, 56 and 05. RGB value is (112,86,5). Sum of RGB (Red+Green+Blue) = 112+86+5=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705605 is #8FA9FA. Grayscale: #545454. Windows color (decimal): -9415163 or 349808. OLE color: 349808.

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

Color convert

RGB112865-
CMYK00.230.960.56
HSL45.42º91.45%22.94%-
HSV(B)45.42º95.54%43.92%-
XYZ10.0410.111.57-
YUV84.5483.11147.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=55.17%
G=42.36%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11286500.230.960.5645.4291.4522.94
Hex7056501760382d5b17
Octal1601265027140705513327
Binary111000010101101010101111100000111000101101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705605; }

 p { color: rgb(112,86,5); }

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

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

 a { background-color: rgb(112,86,5); }

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

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

 span { border-color: rgb(112,86,5); }

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