Shades of Dark Chestnut #967068
Tints of Dark Chestnut #967068
RGB
CMYK
RGB Variations
Color information
#967068 (or 0x967068) is known color: Dark Chestnut. HEX triplet: 96, 70 and 68. RGB value is (150,112,104). Sum of RGB (Red+Green+Blue) = 150+112+104=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967068 is #698F97. Grayscale: #7A7A7A. Windows color (decimal): -6918040 or 6844566. OLE color: 6844566.
HSL color Cylindrical-coordinate representation of color #967068: hue angle of 10.43º degrees, saturation: 0.18, 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 #967068 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 104 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.41 |
| HSL | 10.43º | 0.18% | 0.5% | - |
| HSV(B) | 10.43º | 0.31% | 0.59% | - |
| XYZ | 20.87 | 19.07 | 15.68 | - |
| YUV | 122.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 104 | 0 | 0.25 | 0.31 | 0.41 | 10.43 | 0.18 | 0.5 |
| Hex | 96 | 70 | 68 | 0 | 19 | 1F | 29 | A | 12 | 32 |
| Octal | 226 | 160 | 150 | 0 | 31 | 37 | 51 | 12 | 22 | 62 |
| Binary | 10010110 | 1110000 | 1101000 | 0 | 11001 | 11111 | 101001 | 1010 | 10010 | 110010 |
Color Harmonies of #967068
Complementary color
Monochromatic Colors of #967068
Black with #967068
Text Example
Text Example
White with #967068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967068; }
p { color: rgb(150,112,104); }
H1.HeaderClassName
{
color: #967068;
}
.AnyTagClassName
{
color: #967068;
}
</style>
background-color css
<style>
a { background-color: #967068; }
a { background-color: rgb(150,112,104); }
div.DivClassName
{
background-color: #967068;
}
.BgClassName
{
background-color: #967068;
}
</style>
border-color css
<style>
span { border-color: #967068; }
span { border-color: rgb(150,112,104); }
td.TdClassName
{
border-color: #967068;
}
.TagClassName
{
border-color: #967068;
}
</style>