Shades of Dark Wood #806245
Tints of Dark Wood #806245
RGB
CMYK
RGB Variations
Color information
#806245 (or 0x806245) is known color: Dark Wood. HEX triplet: 80, 62 and 45. RGB value is (128,98,69). Sum of RGB (Red+Green+Blue) = 128+98+69=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #806245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806245 is #7F9DBA. Grayscale: #676767. Windows color (decimal): -8363451 or 4547200. OLE color: 4547200.
HSL color Cylindrical-coordinate representation of color #806245: hue angle of 29.49º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #806245 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 69 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.50 |
| HSL | 29.49º | 0.3% | 0.39% | - |
| HSV(B) | 29.49º | 0.46% | 0.5% | - |
| XYZ | 14.34 | 13.75 | 7.53 | - |
| YUV | 103.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 69 | 0 | 0.23 | 0.46 | 0.50 | 29.49 | 0.3 | 0.39 |
| Hex | 80 | 62 | 45 | 0 | 17 | 2E | 32 | 1D | 1E | 27 |
| Octal | 200 | 142 | 105 | 0 | 27 | 56 | 62 | 35 | 36 | 47 |
| Binary | 10000000 | 1100010 | 1000101 | 0 | 10111 | 101110 | 110010 | 11101 | 11110 | 100111 |
Color Harmonies of #806245
Complementary color
Monochromatic Colors of #806245
Black with #806245
Text Example
Text Example
White with #806245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806245; }
p { color: rgb(128,98,69); }
H1.HeaderClassName
{
color: #806245;
}
.AnyTagClassName
{
color: #806245;
}
</style>
background-color css
<style>
a { background-color: #806245; }
a { background-color: rgb(128,98,69); }
div.DivClassName
{
background-color: #806245;
}
.BgClassName
{
background-color: #806245;
}
</style>
border-color css
<style>
span { border-color: #806245; }
span { border-color: rgb(128,98,69); }
td.TdClassName
{
border-color: #806245;
}
.TagClassName
{
border-color: #806245;
}
</style>