Shades of Dark Chestnut #957068
Tints of Dark Chestnut #957068
RGB
CMYK
RGB Variations
Color information
#957068 (or 0x957068) is known color: Dark Chestnut. HEX triplet: 95, 70 and 68. RGB value is (149,112,104). Sum of RGB (Red+Green+Blue) = 149+112+104=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957068 is #6A8F97. Grayscale: #7A7A7A. Windows color (decimal): -6983576 or 6844565. OLE color: 6844565.
HSL color Cylindrical-coordinate representation of color #957068: hue angle of 10.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957068 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 104 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.42 |
| HSL | 10.67º | 0.18% | 0.5% | - |
| HSV(B) | 10.67º | 0.3% | 0.58% | - |
| XYZ | 20.69 | 18.98 | 15.67 | - |
| YUV | 122.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 104 | 0 | 0.25 | 0.30 | 0.42 | 10.67 | 0.18 | 0.5 |
| Hex | 95 | 70 | 68 | 0 | 19 | 1E | 2A | B | 12 | 32 |
| Octal | 225 | 160 | 150 | 0 | 31 | 36 | 52 | 13 | 22 | 62 |
| Binary | 10010101 | 1110000 | 1101000 | 0 | 11001 | 11110 | 101010 | 1011 | 10010 | 110010 |
Color Harmonies of #957068
Complementary color
Monochromatic Colors of #957068
Black with #957068
Text Example
Text Example
White with #957068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957068; }
p { color: rgb(149,112,104); }
H1.HeaderClassName
{
color: #957068;
}
.AnyTagClassName
{
color: #957068;
}
</style>
background-color css
<style>
a { background-color: #957068; }
a { background-color: rgb(149,112,104); }
div.DivClassName
{
background-color: #957068;
}
.BgClassName
{
background-color: #957068;
}
</style>
border-color css
<style>
span { border-color: #957068; }
span { border-color: rgb(149,112,104); }
td.TdClassName
{
border-color: #957068;
}
.TagClassName
{
border-color: #957068;
}
</style>