Shades of Light Wood #8A6464
Tints of Light Wood #8A6464
RGB
CMYK
RGB Variations
Color information
#8A6464 (or 0x8A6464) is known color: Light Wood. HEX triplet: 8A, 64 and 64. RGB value is (138,100,100). Sum of RGB (Red+Green+Blue) = 138+100+100=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6464 is #759B9B. Grayscale: #6F6F6F. Windows color (decimal): -7707548 or 6579338. OLE color: 6579338.
HSL color Cylindrical-coordinate representation of color #8A6464: hue angle of 0º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6464 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 100 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.46 |
| HSL | 0º | 0.16% | 0.47% | - |
| HSV(B) | 0º | 0.28% | 0.54% | - |
| XYZ | 17.34 | 15.44 | 14.12 | - |
| YUV | 111.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 100 | 0 | 0.28 | 0.28 | 0.46 | 0 | 0.16 | 0.47 |
| Hex | 8A | 64 | 64 | 0 | 1C | 1C | 2E | 0 | 10 | 2F |
| Octal | 212 | 144 | 144 | 0 | 34 | 34 | 56 | 0 | 20 | 57 |
| Binary | 10001010 | 1100100 | 1100100 | 0 | 11100 | 11100 | 101110 | 0 | 10000 | 101111 |
Color Harmonies of #8A6464
Complementary color
Monochromatic Colors of #8A6464
Black with #8A6464
Text Example
Text Example
White with #8A6464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6464; }
p { color: rgb(138,100,100); }
H1.HeaderClassName
{
color: #8A6464;
}
.AnyTagClassName
{
color: #8A6464;
}
</style>
background-color css
<style>
a { background-color: #8A6464; }
a { background-color: rgb(138,100,100); }
div.DivClassName
{
background-color: #8A6464;
}
.BgClassName
{
background-color: #8A6464;
}
</style>
border-color css
<style>
span { border-color: #8A6464; }
span { border-color: rgb(138,100,100); }
td.TdClassName
{
border-color: #8A6464;
}
.TagClassName
{
border-color: #8A6464;
}
</style>