Shades of Dark Chestnut #9C7269
Tints of Dark Chestnut #9C7269
RGB
CMYK
RGB Variations
Color information
#9C7269 (or 0x9C7269) is known color: Dark Chestnut. HEX triplet: 9C, 72 and 69. RGB value is (156,114,105). Sum of RGB (Red+Green+Blue) = 156+114+105=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7269 is #638D96. Grayscale: #7D7D7D. Windows color (decimal): -6524311 or 6910620. OLE color: 6910620.
HSL color Cylindrical-coordinate representation of color #9C7269: hue angle of 10.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C7269 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 114 | 105 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.39 |
| HSL | 10.59º | 0.2% | 0.51% | - |
| HSV(B) | 10.59º | 0.33% | 0.61% | - |
| XYZ | 22.28 | 20.12 | 16.07 | - |
| YUV | 125.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 105 | 0 | 0.27 | 0.33 | 0.39 | 10.59 | 0.2 | 0.51 |
| Hex | 9C | 72 | 69 | 0 | 1B | 21 | 27 | B | 14 | 33 |
| Octal | 234 | 162 | 151 | 0 | 33 | 41 | 47 | 13 | 24 | 63 |
| Binary | 10011100 | 1110010 | 1101001 | 0 | 11011 | 100001 | 100111 | 1011 | 10100 | 110011 |
Color Harmonies of #9C7269
Complementary color
Monochromatic Colors of #9C7269
Black with #9C7269
Text Example
Text Example
White with #9C7269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7269; }
p { color: rgb(156,114,105); }
H1.HeaderClassName
{
color: #9C7269;
}
.AnyTagClassName
{
color: #9C7269;
}
</style>
background-color css
<style>
a { background-color: #9C7269; }
a { background-color: rgb(156,114,105); }
div.DivClassName
{
background-color: #9C7269;
}
.BgClassName
{
background-color: #9C7269;
}
</style>
border-color css
<style>
span { border-color: #9C7269; }
span { border-color: rgb(156,114,105); }
td.TdClassName
{
border-color: #9C7269;
}
.TagClassName
{
border-color: #9C7269;
}
</style>