Shades of Dark Wood #80623F
Tints of Dark Wood #80623F
RGB
CMYK
RGB Variations
Color information
#80623F (or 0x80623F) is known color: Dark Wood. HEX triplet: 80, 62 and 3F. RGB value is (128,98,63). Sum of RGB (Red+Green+Blue) = 128+98+63=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80623F is #7F9DC0. Grayscale: #676767. Windows color (decimal): -8363457 or 4153984. OLE color: 4153984.
HSL color Cylindrical-coordinate representation of color #80623F: hue angle of 32.31º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80623F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 63 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.50 |
| HSL | 32.31º | 0.34% | 0.37% | - |
| HSV(B) | 32.31º | 0.51% | 0.5% | - |
| XYZ | 14.17 | 13.68 | 6.6 | - |
| YUV | 102.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 63 | 0 | 0.23 | 0.51 | 0.50 | 32.31 | 0.34 | 0.37 |
| Hex | 80 | 62 | 3F | 0 | 17 | 33 | 32 | 20 | 22 | 25 |
| Octal | 200 | 142 | 77 | 0 | 27 | 63 | 62 | 40 | 42 | 45 |
| Binary | 10000000 | 1100010 | 111111 | 0 | 10111 | 110011 | 110010 | 100000 | 100010 | 100101 |
Color Harmonies of #80623F
Complementary color
Monochromatic Colors of #80623F
Black with #80623F
Text Example
Text Example
White with #80623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80623F; }
p { color: rgb(128,98,63); }
H1.HeaderClassName
{
color: #80623F;
}
.AnyTagClassName
{
color: #80623F;
}
</style>
background-color css
<style>
a { background-color: #80623F; }
a { background-color: rgb(128,98,63); }
div.DivClassName
{
background-color: #80623F;
}
.BgClassName
{
background-color: #80623F;
}
</style>
border-color css
<style>
span { border-color: #80623F; }
span { border-color: rgb(128,98,63); }
td.TdClassName
{
border-color: #80623F;
}
.TagClassName
{
border-color: #80623F;
}
</style>