Shades of Light Wood #8A6060
Tints of Light Wood #8A6060
RGB
CMYK
RGB Variations
Color information
#8A6060 (or 0x8A6060) is known color: Light Wood. HEX triplet: 8A, 60 and 60. RGB value is (138,96,96). Sum of RGB (Red+Green+Blue) = 138+96+96=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6060 is #759F9F. Grayscale: #6C6C6C. Windows color (decimal): -7708576 or 6316170. OLE color: 6316170.
HSL color Cylindrical-coordinate representation of color #8A6060: hue angle of 0º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6060 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 96 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.46 |
| HSL | 0º | 0.18% | 0.46% | - |
| HSV(B) | 0º | 0.3% | 0.54% | - |
| XYZ | 16.78 | 14.61 | 13 | - |
| YUV | 108.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 96 | 0 | 0.30 | 0.30 | 0.46 | 0 | 0.18 | 0.46 |
| Hex | 8A | 60 | 60 | 0 | 1E | 1E | 2E | 0 | 12 | 2E |
| Octal | 212 | 140 | 140 | 0 | 36 | 36 | 56 | 0 | 22 | 56 |
| Binary | 10001010 | 1100000 | 1100000 | 0 | 11110 | 11110 | 101110 | 0 | 10010 | 101110 |
Color Harmonies of #8A6060
Complementary color
Monochromatic Colors of #8A6060
Black with #8A6060
Text Example
Text Example
White with #8A6060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6060; }
p { color: rgb(138,96,96); }
H1.HeaderClassName
{
color: #8A6060;
}
.AnyTagClassName
{
color: #8A6060;
}
</style>
background-color css
<style>
a { background-color: #8A6060; }
a { background-color: rgb(138,96,96); }
div.DivClassName
{
background-color: #8A6060;
}
.BgClassName
{
background-color: #8A6060;
}
</style>
border-color css
<style>
span { border-color: #8A6060; }
span { border-color: rgb(138,96,96); }
td.TdClassName
{
border-color: #8A6060;
}
.TagClassName
{
border-color: #8A6060;
}
</style>