Shades of Dark Chestnut #9F6F67
Tints of Dark Chestnut #9F6F67
RGB
CMYK
RGB Variations
Color information
#9F6F67 (or 0x9F6F67) is known color: Dark Chestnut. HEX triplet: 9F, 6F and 67. RGB value is (159,111,103). Sum of RGB (Red+Green+Blue) = 159+111+103=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6F67 is #609098. Grayscale: #7C7C7C. Windows color (decimal): -6328473 or 6778783. OLE color: 6778783.
HSL color Cylindrical-coordinate representation of color #9F6F67: hue angle of 8.57º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6F67 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 111 | 103 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.38 |
| HSL | 8.57º | 0.23% | 0.51% | - |
| HSV(B) | 8.57º | 0.35% | 0.62% | - |
| XYZ | 22.43 | 19.72 | 15.46 | - |
| YUV | 124.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 103 | 0 | 0.30 | 0.35 | 0.38 | 8.57 | 0.23 | 0.51 |
| Hex | 9F | 6F | 67 | 0 | 1E | 23 | 26 | 9 | 17 | 33 |
| Octal | 237 | 157 | 147 | 0 | 36 | 43 | 46 | 11 | 27 | 63 |
| Binary | 10011111 | 1101111 | 1100111 | 0 | 11110 | 100011 | 100110 | 1001 | 10111 | 110011 |
Color Harmonies of #9F6F67
Complementary color
Monochromatic Colors of #9F6F67
Black with #9F6F67
Text Example
Text Example
White with #9F6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6F67; }
p { color: rgb(159,111,103); }
H1.HeaderClassName
{
color: #9F6F67;
}
.AnyTagClassName
{
color: #9F6F67;
}
</style>
background-color css
<style>
a { background-color: #9F6F67; }
a { background-color: rgb(159,111,103); }
div.DivClassName
{
background-color: #9F6F67;
}
.BgClassName
{
background-color: #9F6F67;
}
</style>
border-color css
<style>
span { border-color: #9F6F67; }
span { border-color: rgb(159,111,103); }
td.TdClassName
{
border-color: #9F6F67;
}
.TagClassName
{
border-color: #9F6F67;
}
</style>