Shades of Dark Chestnut #9A675C
Tints of Dark Chestnut #9A675C
RGB
CMYK
RGB Variations
Color information
#9A675C (or 0x9A675C) is known color: Dark Chestnut. HEX triplet: 9A, 67 and 5C. RGB value is (154,103,92). Sum of RGB (Red+Green+Blue) = 154+103+92=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A675C is #6598A3. Grayscale: #757575. Windows color (decimal): -6658212 or 6055834. OLE color: 6055834.
HSL color Cylindrical-coordinate representation of color #9A675C: hue angle of 10.65º 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 #9A675C is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 92 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.40 |
| HSL | 10.65º | 0.25% | 0.48% | - |
| HSV(B) | 10.65º | 0.4% | 0.6% | - |
| XYZ | 20.11 | 17.34 | 12.41 | - |
| YUV | 117 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 92 | 0 | 0.33 | 0.40 | 0.40 | 10.65 | 0.25 | 0.48 |
| Hex | 9A | 67 | 5C | 0 | 21 | 28 | 28 | B | 19 | 30 |
| Octal | 232 | 147 | 134 | 0 | 41 | 50 | 50 | 13 | 31 | 60 |
| Binary | 10011010 | 1100111 | 1011100 | 0 | 100001 | 101000 | 101000 | 1011 | 11001 | 110000 |
Color Harmonies of #9A675C
Complementary color
Monochromatic Colors of #9A675C
Black with #9A675C
Text Example
Text Example
White with #9A675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A675C; }
p { color: rgb(154,103,92); }
H1.HeaderClassName
{
color: #9A675C;
}
.AnyTagClassName
{
color: #9A675C;
}
</style>
background-color css
<style>
a { background-color: #9A675C; }
a { background-color: rgb(154,103,92); }
div.DivClassName
{
background-color: #9A675C;
}
.BgClassName
{
background-color: #9A675C;
}
</style>
border-color css
<style>
span { border-color: #9A675C; }
span { border-color: rgb(154,103,92); }
td.TdClassName
{
border-color: #9A675C;
}
.TagClassName
{
border-color: #9A675C;
}
</style>