Shades of Dark Chestnut #95665D
Tints of Dark Chestnut #95665D
RGB
CMYK
RGB Variations
Color information
#95665D (or 0x95665D) is known color: Dark Chestnut. HEX triplet: 95, 66 and 5D. RGB value is (149,102,93). Sum of RGB (Red+Green+Blue) = 149+102+93=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95665D is #6A99A2. Grayscale: #737373. Windows color (decimal): -6986147 or 6121109. OLE color: 6121109.
HSL color Cylindrical-coordinate representation of color #95665D: hue angle of 9.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95665D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 93 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.42 |
| HSL | 9.64º | 0.23% | 0.47% | - |
| HSV(B) | 9.64º | 0.38% | 0.58% | - |
| XYZ | 19.12 | 16.68 | 12.57 | - |
| YUV | 115.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 93 | 0 | 0.32 | 0.38 | 0.42 | 9.64 | 0.23 | 0.47 |
| Hex | 95 | 66 | 5D | 0 | 20 | 26 | 2A | A | 17 | 2F |
| Octal | 225 | 146 | 135 | 0 | 40 | 46 | 52 | 12 | 27 | 57 |
| Binary | 10010101 | 1100110 | 1011101 | 0 | 100000 | 100110 | 101010 | 1010 | 10111 | 101111 |
Color Harmonies of #95665D
Complementary color
Monochromatic Colors of #95665D
Black with #95665D
Text Example
Text Example
White with #95665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95665D; }
p { color: rgb(149,102,93); }
H1.HeaderClassName
{
color: #95665D;
}
.AnyTagClassName
{
color: #95665D;
}
</style>
background-color css
<style>
a { background-color: #95665D; }
a { background-color: rgb(149,102,93); }
div.DivClassName
{
background-color: #95665D;
}
.BgClassName
{
background-color: #95665D;
}
</style>
border-color css
<style>
span { border-color: #95665D; }
span { border-color: rgb(149,102,93); }
td.TdClassName
{
border-color: #95665D;
}
.TagClassName
{
border-color: #95665D;
}
</style>