Shades of Dark Chestnut #96675C
Tints of Dark Chestnut #96675C
RGB
CMYK
RGB Variations
Color information
#96675C (or 0x96675C) is known color: Dark Chestnut. HEX triplet: 96, 67 and 5C. RGB value is (150,103,92). Sum of RGB (Red+Green+Blue) = 150+103+92=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96675C is #6998A3. Grayscale: #737373. Windows color (decimal): -6920356 or 6055830. OLE color: 6055830.
HSL color Cylindrical-coordinate representation of color #96675C: hue angle of 11.38º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96675C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 92 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.41 |
| HSL | 11.38º | 0.24% | 0.47% | - |
| HSV(B) | 11.38º | 0.39% | 0.59% | - |
| XYZ | 19.36 | 16.96 | 12.38 | - |
| YUV | 115.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 92 | 0 | 0.31 | 0.39 | 0.41 | 11.38 | 0.24 | 0.47 |
| Hex | 96 | 67 | 5C | 0 | 1F | 27 | 29 | B | 18 | 2F |
| Octal | 226 | 147 | 134 | 0 | 37 | 47 | 51 | 13 | 30 | 57 |
| Binary | 10010110 | 1100111 | 1011100 | 0 | 11111 | 100111 | 101001 | 1011 | 11000 | 101111 |
Color Harmonies of #96675C
Complementary color
Monochromatic Colors of #96675C
Black with #96675C
Text Example
Text Example
White with #96675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96675C; }
p { color: rgb(150,103,92); }
H1.HeaderClassName
{
color: #96675C;
}
.AnyTagClassName
{
color: #96675C;
}
</style>
background-color css
<style>
a { background-color: #96675C; }
a { background-color: rgb(150,103,92); }
div.DivClassName
{
background-color: #96675C;
}
.BgClassName
{
background-color: #96675C;
}
</style>
border-color css
<style>
span { border-color: #96675C; }
span { border-color: rgb(150,103,92); }
td.TdClassName
{
border-color: #96675C;
}
.TagClassName
{
border-color: #96675C;
}
</style>