Shades of Dark Chestnut #99675E
Tints of Dark Chestnut #99675E
RGB
CMYK
RGB Variations
Color information
#99675E (or 0x99675E) is known color: Dark Chestnut. HEX triplet: 99, 67 and 5E. RGB value is (153,103,94). Sum of RGB (Red+Green+Blue) = 153+103+94=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99675E is #6698A1. Grayscale: #757575. Windows color (decimal): -6723746 or 6186905. OLE color: 6186905.
HSL color Cylindrical-coordinate representation of color #99675E: hue angle of 9.15º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99675E is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 94 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.4 |
| HSL | 9.15º | 0.24% | 0.48% | - |
| HSV(B) | 9.15º | 0.39% | 0.6% | - |
| XYZ | 20.01 | 17.28 | 12.87 | - |
| YUV | 116.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 94 | 0 | 0.33 | 0.39 | 0.4 | 9.15 | 0.24 | 0.48 |
| Hex | 99 | 67 | 5E | 0 | 21 | 27 | 28 | 9 | 18 | 30 |
| Octal | 231 | 147 | 136 | 0 | 41 | 47 | 50 | 11 | 30 | 60 |
| Binary | 10011001 | 1100111 | 1011110 | 0 | 100001 | 100111 | 101000 | 1001 | 11000 | 110000 |
Color Harmonies of #99675E
Complementary color
Monochromatic Colors of #99675E
Black with #99675E
Text Example
Text Example
White with #99675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99675E; }
p { color: rgb(153,103,94); }
H1.HeaderClassName
{
color: #99675E;
}
.AnyTagClassName
{
color: #99675E;
}
</style>
background-color css
<style>
a { background-color: #99675E; }
a { background-color: rgb(153,103,94); }
div.DivClassName
{
background-color: #99675E;
}
.BgClassName
{
background-color: #99675E;
}
</style>
border-color css
<style>
span { border-color: #99675E; }
span { border-color: rgb(153,103,94); }
td.TdClassName
{
border-color: #99675E;
}
.TagClassName
{
border-color: #99675E;
}
</style>