Shades of Light Wood #806463
Tints of Light Wood #806463
RGB
CMYK
RGB Variations
Color information
#806463 (or 0x806463) is known color: Light Wood. HEX triplet: 80, 64 and 63. RGB value is (128,100,99). Sum of RGB (Red+Green+Blue) = 128+100+99=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #806463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806463 is #7F9B9C. Grayscale: #6C6C6C. Windows color (decimal): -8362909 or 6513792. OLE color: 6513792.
HSL color Cylindrical-coordinate representation of color #806463: hue angle of 2.07º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806463 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 99 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.50 |
| HSL | 2.07º | 0.13% | 0.45% | - |
| HSV(B) | 2.07º | 0.23% | 0.5% | - |
| XYZ | 15.71 | 14.6 | 13.8 | - |
| YUV | 108.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 99 | 0 | 0.22 | 0.23 | 0.50 | 2.07 | 0.13 | 0.45 |
| Hex | 80 | 64 | 63 | 0 | 16 | 17 | 32 | 2 | D | 2D |
| Octal | 200 | 144 | 143 | 0 | 26 | 27 | 62 | 2 | 15 | 55 |
| Binary | 10000000 | 1100100 | 1100011 | 0 | 10110 | 10111 | 110010 | 10 | 1101 | 101101 |
Color Harmonies of #806463
Complementary color
Monochromatic Colors of #806463
Black with #806463
Text Example
Text Example
White with #806463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806463; }
p { color: rgb(128,100,99); }
H1.HeaderClassName
{
color: #806463;
}
.AnyTagClassName
{
color: #806463;
}
</style>
background-color css
<style>
a { background-color: #806463; }
a { background-color: rgb(128,100,99); }
div.DivClassName
{
background-color: #806463;
}
.BgClassName
{
background-color: #806463;
}
</style>
border-color css
<style>
span { border-color: #806463; }
span { border-color: rgb(128,100,99); }
td.TdClassName
{
border-color: #806463;
}
.TagClassName
{
border-color: #806463;
}
</style>