Shades of Light Wood #8A6666
Tints of Light Wood #8A6666
RGB
CMYK
RGB Variations
Color information
#8A6666 (or 0x8A6666) is known color: Light Wood. HEX triplet: 8A, 66 and 66. RGB value is (138,102,102). Sum of RGB (Red+Green+Blue) = 138+102+102=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6666 is #759999. Grayscale: #707070. Windows color (decimal): -7707034 or 6710922. OLE color: 6710922.
HSL color Cylindrical-coordinate representation of color #8A6666: hue angle of 0º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A6666 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 102 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.46 |
| HSL | 0º | 0.15% | 0.47% | - |
| HSV(B) | 0º | 0.26% | 0.54% | - |
| XYZ | 17.63 | 15.87 | 14.7 | - |
| YUV | 112.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 102 | 0 | 0.26 | 0.26 | 0.46 | 0 | 0.15 | 0.47 |
| Hex | 8A | 66 | 66 | 0 | 1A | 1A | 2E | 0 | F | 2F |
| Octal | 212 | 146 | 146 | 0 | 32 | 32 | 56 | 0 | 17 | 57 |
| Binary | 10001010 | 1100110 | 1100110 | 0 | 11010 | 11010 | 101110 | 0 | 1111 | 101111 |
Color Harmonies of #8A6666
Complementary color
Monochromatic Colors of #8A6666
Black with #8A6666
Text Example
Text Example
White with #8A6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6666; }
p { color: rgb(138,102,102); }
H1.HeaderClassName
{
color: #8A6666;
}
.AnyTagClassName
{
color: #8A6666;
}
</style>
background-color css
<style>
a { background-color: #8A6666; }
a { background-color: rgb(138,102,102); }
div.DivClassName
{
background-color: #8A6666;
}
.BgClassName
{
background-color: #8A6666;
}
</style>
border-color css
<style>
span { border-color: #8A6666; }
span { border-color: rgb(138,102,102); }
td.TdClassName
{
border-color: #8A6666;
}
.TagClassName
{
border-color: #8A6666;
}
</style>