#806160

Color #806160 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #806160

Tints of Light Wood #806160

Color information

#806160 (or 0x806160) is unknown color: approx Light Wood. HEX triplet: 80, 61 and 60. RGB value is (128,97,96). Sum of RGB (Red+Green+Blue) = 128+97+96=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #806160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806160 is #7F9E9F. Grayscale: #6A6A6A. Windows color (decimal): -8363680 or 6316416. OLE color: 6316416.

HSL color Cylindrical-coordinate representation of color #806160: hue angle of 1.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806160 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB1289796-
CMYK00.240.250.50
HSL1.88º14.29%43.92%-
HSV(B)1.88º25%50.2%-
XYZ15.2913.9812.96-
YUV106.16122.27143.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=39.88%
G=30.22%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128979600.240.250.501.8814.2943.92
Hex80616001819322e2c
Octal200141140030316221654
Binary100000001100001110000001100011001110010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806160; }

 p { color: rgb(128,97,96); }

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

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

 a { background-color: rgb(128,97,96); }

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

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

 span { border-color: rgb(128,97,96); }

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