Shades of Dark Chestnut #956762
Tints of Dark Chestnut #956762
RGB
CMYK
RGB Variations
Color information
#956762 (or 0x956762) is known color: Dark Chestnut. HEX triplet: 95, 67 and 62. RGB value is (149,103,98). Sum of RGB (Red+Green+Blue) = 149+103+98=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956762 is #6A989D. Grayscale: #747474. Windows color (decimal): -6985886 or 6449045. OLE color: 6449045.
HSL color Cylindrical-coordinate representation of color #956762: hue angle of 5.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956762 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 98 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.42 |
| HSL | 5.88º | 0.21% | 0.48% | - |
| HSV(B) | 5.88º | 0.34% | 0.58% | - |
| XYZ | 19.45 | 16.97 | 13.81 | - |
| YUV | 116.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 98 | 0 | 0.31 | 0.34 | 0.42 | 5.88 | 0.21 | 0.48 |
| Hex | 95 | 67 | 62 | 0 | 1F | 22 | 2A | 6 | 15 | 30 |
| Octal | 225 | 147 | 142 | 0 | 37 | 42 | 52 | 6 | 25 | 60 |
| Binary | 10010101 | 1100111 | 1100010 | 0 | 11111 | 100010 | 101010 | 110 | 10101 | 110000 |
Color Harmonies of #956762
Complementary color
Monochromatic Colors of #956762
Black with #956762
Text Example
Text Example
White with #956762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956762; }
p { color: rgb(149,103,98); }
H1.HeaderClassName
{
color: #956762;
}
.AnyTagClassName
{
color: #956762;
}
</style>
background-color css
<style>
a { background-color: #956762; }
a { background-color: rgb(149,103,98); }
div.DivClassName
{
background-color: #956762;
}
.BgClassName
{
background-color: #956762;
}
</style>
border-color css
<style>
span { border-color: #956762; }
span { border-color: rgb(149,103,98); }
td.TdClassName
{
border-color: #956762;
}
.TagClassName
{
border-color: #956762;
}
</style>