#806261

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

Shades of Light Wood #806261

Tints of Light Wood #806261

Color information

#806261 (or 0x806261) is unknown color: approx Light Wood. HEX triplet: 80, 62 and 61. RGB value is (128,98,97). Sum of RGB (Red+Green+Blue) = 128+98+97=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #806261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806261 is #7F9D9E. Grayscale: #6A6A6A. Windows color (decimal): -8363423 or 6382208. OLE color: 6382208.

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

Color convert

RGB1289897-
CMYK00.230.240.50
HSL1.94º13.78%44.12%-
HSV(B)1.94º24.22%50.2%-
XYZ15.4314.1913.23-
YUV106.86122.44143.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=39.63%
G=30.34%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128989700.230.240.501.9413.7844.12
Hex80626101718322e2c
Octal200142141027306221654
Binary100000001100010110000101011111000110010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806261; }

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

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

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

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

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

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

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

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