#816666

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

Shades of Light Wood #816666

Tints of Light Wood #816666

Color information

#816666 (or 0x816666) is unknown color: approx Light Wood. HEX triplet: 81, 66 and 66. RGB value is (129,102,102). Sum of RGB (Red+Green+Blue) = 129+102+102=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #816666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816666 is #7E9999. Grayscale: #6E6E6E. Windows color (decimal): -8296858 or 6710913. OLE color: 6710913.

HSL color Cylindrical-coordinate representation of color #816666: hue angle of 0º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816666 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB129102102-
CMYK00.210.210.49
HSL11.69%45.29%-
HSV(B)20.93%50.59%-
XYZ16.215.1314.64-
YUV110.07123.45141.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=38.74%
G=30.63%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910210200.210.210.49011.6945.29
Hex81666601515310c2d
Octal201146146025256101455
Binary10000001110011011001100101011010111000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816666; }

 p { color: rgb(129,102,102); }

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

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

 a { background-color: rgb(129,102,102); }

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

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

 span { border-color: rgb(129,102,102); }

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