Shades of Dark Chestnut #967067
Tints of Dark Chestnut #967067
RGB
CMYK
RGB Variations
Color information
#967067 (or 0x967067) is known color: Dark Chestnut. HEX triplet: 96, 70 and 67. RGB value is (150,112,103). Sum of RGB (Red+Green+Blue) = 150+112+103=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #967067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967067 is #698F98. Grayscale: #7A7A7A. Windows color (decimal): -6918041 or 6779030. OLE color: 6779030.
HSL color Cylindrical-coordinate representation of color #967067: hue angle of 11.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967067 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 103 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.41 |
| HSL | 11.49º | 0.19% | 0.5% | - |
| HSV(B) | 11.49º | 0.31% | 0.59% | - |
| XYZ | 20.82 | 19.05 | 15.41 | - |
| YUV | 122.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 103 | 0 | 0.25 | 0.31 | 0.41 | 11.49 | 0.19 | 0.5 |
| Hex | 96 | 70 | 67 | 0 | 19 | 1F | 29 | B | 13 | 32 |
| Octal | 226 | 160 | 147 | 0 | 31 | 37 | 51 | 13 | 23 | 62 |
| Binary | 10010110 | 1110000 | 1100111 | 0 | 11001 | 11111 | 101001 | 1011 | 10011 | 110010 |
Color Harmonies of #967067
Complementary color
Monochromatic Colors of #967067
Black with #967067
Text Example
Text Example
White with #967067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967067; }
p { color: rgb(150,112,103); }
H1.HeaderClassName
{
color: #967067;
}
.AnyTagClassName
{
color: #967067;
}
</style>
background-color css
<style>
a { background-color: #967067; }
a { background-color: rgb(150,112,103); }
div.DivClassName
{
background-color: #967067;
}
.BgClassName
{
background-color: #967067;
}
</style>
border-color css
<style>
span { border-color: #967067; }
span { border-color: rgb(150,112,103); }
td.TdClassName
{
border-color: #967067;
}
.TagClassName
{
border-color: #967067;
}
</style>