Shades of Dark Chestnut #99655F
Tints of Dark Chestnut #99655F
RGB
CMYK
RGB Variations
Color information
#99655F (or 0x99655F) is known color: Dark Chestnut. HEX triplet: 99, 65 and 5F. RGB value is (153,101,95). Sum of RGB (Red+Green+Blue) = 153+101+95=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99655F is #669AA0. Grayscale: #737373. Windows color (decimal): -6724257 or 6251929. OLE color: 6251929.
HSL color Cylindrical-coordinate representation of color #99655F: hue angle of 6.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99655F is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 95 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.4 |
| HSL | 6.21º | 0.23% | 0.49% | - |
| HSV(B) | 6.21º | 0.38% | 0.6% | - |
| XYZ | 19.86 | 16.91 | 13.04 | - |
| YUV | 115.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 95 | 0 | 0.34 | 0.38 | 0.4 | 6.21 | 0.23 | 0.49 |
| Hex | 99 | 65 | 5F | 0 | 22 | 26 | 28 | 6 | 17 | 31 |
| Octal | 231 | 145 | 137 | 0 | 42 | 46 | 50 | 6 | 27 | 61 |
| Binary | 10011001 | 1100101 | 1011111 | 0 | 100010 | 100110 | 101000 | 110 | 10111 | 110001 |
Color Harmonies of #99655F
Complementary color
Monochromatic Colors of #99655F
Black with #99655F
Text Example
Text Example
White with #99655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99655F; }
p { color: rgb(153,101,95); }
H1.HeaderClassName
{
color: #99655F;
}
.AnyTagClassName
{
color: #99655F;
}
</style>
background-color css
<style>
a { background-color: #99655F; }
a { background-color: rgb(153,101,95); }
div.DivClassName
{
background-color: #99655F;
}
.BgClassName
{
background-color: #99655F;
}
</style>
border-color css
<style>
span { border-color: #99655F; }
span { border-color: rgb(153,101,95); }
td.TdClassName
{
border-color: #99655F;
}
.TagClassName
{
border-color: #99655F;
}
</style>