Shades of Light Wood #806262
Tints of Light Wood #806262
RGB
CMYK
RGB Variations
Color information
#806262 (or 0x806262) is known color: Light Wood. HEX triplet: 80, 62 and 62. RGB value is (128,98,98). Sum of RGB (Red+Green+Blue) = 128+98+98=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #806262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806262 is #7F9D9D. Grayscale: #6B6B6B. Windows color (decimal): -8363422 or 6447744. OLE color: 6447744.
HSL color Cylindrical-coordinate representation of color #806262: hue angle of 0º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806262 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 98 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.50 |
| HSL | 0º | 0.13% | 0.44% | - |
| HSV(B) | 0º | 0.23% | 0.5% | - |
| XYZ | 15.47 | 14.21 | 13.48 | - |
| YUV | 106.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 98 | 0 | 0.23 | 0.23 | 0.50 | 0 | 0.13 | 0.44 |
| Hex | 80 | 62 | 62 | 0 | 17 | 17 | 32 | 0 | D | 2C |
| Octal | 200 | 142 | 142 | 0 | 27 | 27 | 62 | 0 | 15 | 54 |
| Binary | 10000000 | 1100010 | 1100010 | 0 | 10111 | 10111 | 110010 | 0 | 1101 | 101100 |
Color Harmonies of #806262
Complementary color
Monochromatic Colors of #806262
Black with #806262
Text Example
Text Example
White with #806262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806262; }
p { color: rgb(128,98,98); }
H1.HeaderClassName
{
color: #806262;
}
.AnyTagClassName
{
color: #806262;
}
</style>
background-color css
<style>
a { background-color: #806262; }
a { background-color: rgb(128,98,98); }
div.DivClassName
{
background-color: #806262;
}
.BgClassName
{
background-color: #806262;
}
</style>
border-color css
<style>
span { border-color: #806262; }
span { border-color: rgb(128,98,98); }
td.TdClassName
{
border-color: #806262;
}
.TagClassName
{
border-color: #806262;
}
</style>