Shades of Dark Chestnut #99665C
Tints of Dark Chestnut #99665C
RGB
CMYK
RGB Variations
Color information
#99665C (or 0x99665C) is known color: Dark Chestnut. HEX triplet: 99, 66 and 5C. RGB value is (153,102,92). Sum of RGB (Red+Green+Blue) = 153+102+92=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99665C is #6699A3. Grayscale: #747474. Windows color (decimal): -6724004 or 6055577. OLE color: 6055577.
HSL color Cylindrical-coordinate representation of color #99665C: hue angle of 9.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99665C is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 92 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.4 |
| HSL | 9.84º | 0.25% | 0.48% | - |
| HSV(B) | 9.84º | 0.4% | 0.6% | - |
| XYZ | 19.82 | 17.05 | 12.37 | - |
| YUV | 116.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 92 | 0 | 0.33 | 0.40 | 0.4 | 9.84 | 0.25 | 0.48 |
| Hex | 99 | 66 | 5C | 0 | 21 | 28 | 28 | A | 19 | 30 |
| Octal | 231 | 146 | 134 | 0 | 41 | 50 | 50 | 12 | 31 | 60 |
| Binary | 10011001 | 1100110 | 1011100 | 0 | 100001 | 101000 | 101000 | 1010 | 11001 | 110000 |
Color Harmonies of #99665C
Complementary color
Monochromatic Colors of #99665C
Black with #99665C
Text Example
Text Example
White with #99665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99665C; }
p { color: rgb(153,102,92); }
H1.HeaderClassName
{
color: #99665C;
}
.AnyTagClassName
{
color: #99665C;
}
</style>
background-color css
<style>
a { background-color: #99665C; }
a { background-color: rgb(153,102,92); }
div.DivClassName
{
background-color: #99665C;
}
.BgClassName
{
background-color: #99665C;
}
</style>
border-color css
<style>
span { border-color: #99665C; }
span { border-color: rgb(153,102,92); }
td.TdClassName
{
border-color: #99665C;
}
.TagClassName
{
border-color: #99665C;
}
</style>