Shades of Light Wood #816666
Tints of Light Wood #816666
RGB
CMYK
RGB Variations
Color information
#816666 (or 0x816666) is known color: 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
| RGB | 129 | 102 | 102 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.49 |
| HSL | 0º | 0.12% | 0.45% | - |
| HSV(B) | 0º | 0.21% | 0.51% | - |
| XYZ | 16.2 | 15.13 | 14.64 | - |
| YUV | 110.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 102 | 0 | 0.21 | 0.21 | 0.49 | 0 | 0.12 | 0.45 |
| Hex | 81 | 66 | 66 | 0 | 15 | 15 | 31 | 0 | C | 2D |
| Octal | 201 | 146 | 146 | 0 | 25 | 25 | 61 | 0 | 14 | 55 |
| Binary | 10000001 | 1100110 | 1100110 | 0 | 10101 | 10101 | 110001 | 0 | 1100 | 101101 |
Color Harmonies of #816666
Complementary color
Monochromatic Colors of #816666
Black with #816666
Text Example
Text Example
White with #816666
Text Example
Text Example
HTML Codes & Css Web 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>