Shades of Dark Chestnut #99665D
Tints of Dark Chestnut #99665D
RGB
CMYK
RGB Variations
Color information
#99665D (or 0x99665D) is known color: Dark Chestnut. HEX triplet: 99, 66 and 5D. RGB value is (153,102,93). Sum of RGB (Red+Green+Blue) = 153+102+93=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99665D is #6699A2. Grayscale: #747474. Windows color (decimal): -6724003 or 6121113. OLE color: 6121113.
HSL color Cylindrical-coordinate representation of color #99665D: hue angle of 9º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99665D is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 93 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.4 |
| HSL | 9º | 0.24% | 0.48% | - |
| HSV(B) | 9º | 0.39% | 0.6% | - |
| XYZ | 19.86 | 17.07 | 12.6 | - |
| YUV | 116.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 93 | 0 | 0.33 | 0.39 | 0.4 | 9 | 0.24 | 0.48 |
| Hex | 99 | 66 | 5D | 0 | 21 | 27 | 28 | 9 | 18 | 30 |
| Octal | 231 | 146 | 135 | 0 | 41 | 47 | 50 | 11 | 30 | 60 |
| Binary | 10011001 | 1100110 | 1011101 | 0 | 100001 | 100111 | 101000 | 1001 | 11000 | 110000 |
Color Harmonies of #99665D
Complementary color
Monochromatic Colors of #99665D
Black with #99665D
Text Example
Text Example
White with #99665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99665D; }
p { color: rgb(153,102,93); }
H1.HeaderClassName
{
color: #99665D;
}
.AnyTagClassName
{
color: #99665D;
}
</style>
background-color css
<style>
a { background-color: #99665D; }
a { background-color: rgb(153,102,93); }
div.DivClassName
{
background-color: #99665D;
}
.BgClassName
{
background-color: #99665D;
}
</style>
border-color css
<style>
span { border-color: #99665D; }
span { border-color: rgb(153,102,93); }
td.TdClassName
{
border-color: #99665D;
}
.TagClassName
{
border-color: #99665D;
}
</style>