Shades of Dark Chestnut #956C67
Tints of Dark Chestnut #956C67
RGB
CMYK
RGB Variations
Color information
#956C67 (or 0x956C67) is known color: Dark Chestnut. HEX triplet: 95, 6C and 67. RGB value is (149,108,103). Sum of RGB (Red+Green+Blue) = 149+108+103=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #956C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C67 is #6A9398. Grayscale: #777777. Windows color (decimal): -6984601 or 6778005. OLE color: 6778005.
HSL color Cylindrical-coordinate representation of color #956C67: hue angle of 6.52º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956C67 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 103 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.42 |
| HSL | 6.52º | 0.18% | 0.49% | - |
| HSV(B) | 6.52º | 0.31% | 0.58% | - |
| XYZ | 20.21 | 18.09 | 15.26 | - |
| YUV | 119.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 103 | 0 | 0.28 | 0.31 | 0.42 | 6.52 | 0.18 | 0.49 |
| Hex | 95 | 6C | 67 | 0 | 1C | 1F | 2A | 7 | 12 | 31 |
| Octal | 225 | 154 | 147 | 0 | 34 | 37 | 52 | 7 | 22 | 61 |
| Binary | 10010101 | 1101100 | 1100111 | 0 | 11100 | 11111 | 101010 | 111 | 10010 | 110001 |
Color Harmonies of #956C67
Complementary color
Monochromatic Colors of #956C67
Black with #956C67
Text Example
Text Example
White with #956C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C67; }
p { color: rgb(149,108,103); }
H1.HeaderClassName
{
color: #956C67;
}
.AnyTagClassName
{
color: #956C67;
}
</style>
background-color css
<style>
a { background-color: #956C67; }
a { background-color: rgb(149,108,103); }
div.DivClassName
{
background-color: #956C67;
}
.BgClassName
{
background-color: #956C67;
}
</style>
border-color css
<style>
span { border-color: #956C67; }
span { border-color: rgb(149,108,103); }
td.TdClassName
{
border-color: #956C67;
}
.TagClassName
{
border-color: #956C67;
}
</style>