Shades of Dark Chestnut #9B635C
Tints of Dark Chestnut #9B635C
RGB
CMYK
RGB Variations
Color information
#9B635C (or 0x9B635C) is known color: Dark Chestnut. HEX triplet: 9B, 63 and 5C. RGB value is (155,99,92). Sum of RGB (Red+Green+Blue) = 155+99+92=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B635C is #649CA3. Grayscale: #737373. Windows color (decimal): -6593700 or 6054811. OLE color: 6054811.
HSL color Cylindrical-coordinate representation of color #9B635C: hue angle of 6.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B635C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 92 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.39 |
| HSL | 6.67º | 0.26% | 0.48% | - |
| HSV(B) | 6.67º | 0.41% | 0.61% | - |
| XYZ | 19.91 | 16.66 | 12.29 | - |
| YUV | 114.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 92 | 0 | 0.36 | 0.41 | 0.39 | 6.67 | 0.26 | 0.48 |
| Hex | 9B | 63 | 5C | 0 | 24 | 29 | 27 | 7 | 1A | 30 |
| Octal | 233 | 143 | 134 | 0 | 44 | 51 | 47 | 7 | 32 | 60 |
| Binary | 10011011 | 1100011 | 1011100 | 0 | 100100 | 101001 | 100111 | 111 | 11010 | 110000 |
Color Harmonies of #9B635C
Complementary color
Monochromatic Colors of #9B635C
Black with #9B635C
Text Example
Text Example
White with #9B635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B635C; }
p { color: rgb(155,99,92); }
H1.HeaderClassName
{
color: #9B635C;
}
.AnyTagClassName
{
color: #9B635C;
}
</style>
background-color css
<style>
a { background-color: #9B635C; }
a { background-color: rgb(155,99,92); }
div.DivClassName
{
background-color: #9B635C;
}
.BgClassName
{
background-color: #9B635C;
}
</style>
border-color css
<style>
span { border-color: #9B635C; }
span { border-color: rgb(155,99,92); }
td.TdClassName
{
border-color: #9B635C;
}
.TagClassName
{
border-color: #9B635C;
}
</style>