Shades of Dark Chestnut #99675F
Tints of Dark Chestnut #99675F
RGB
CMYK
RGB Variations
Color information
#99675F (or 0x99675F) is known color: Dark Chestnut. HEX triplet: 99, 67 and 5F. RGB value is (153,103,95). Sum of RGB (Red+Green+Blue) = 153+103+95=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #99675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99675F is #6698A0. Grayscale: #757575. Windows color (decimal): -6723745 or 6252441. OLE color: 6252441.
HSL color Cylindrical-coordinate representation of color #99675F: hue angle of 8.28º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99675F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 95 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.4 |
| HSL | 8.28º | 0.23% | 0.49% | - |
| HSV(B) | 8.28º | 0.38% | 0.6% | - |
| XYZ | 20.05 | 17.3 | 13.11 | - |
| YUV | 117.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 95 | 0 | 0.33 | 0.38 | 0.4 | 8.28 | 0.23 | 0.49 |
| Hex | 99 | 67 | 5F | 0 | 21 | 26 | 28 | 8 | 17 | 31 |
| Octal | 231 | 147 | 137 | 0 | 41 | 46 | 50 | 10 | 27 | 61 |
| Binary | 10011001 | 1100111 | 1011111 | 0 | 100001 | 100110 | 101000 | 1000 | 10111 | 110001 |
Color Harmonies of #99675F
Complementary color
Monochromatic Colors of #99675F
Black with #99675F
Text Example
Text Example
White with #99675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99675F; }
p { color: rgb(153,103,95); }
H1.HeaderClassName
{
color: #99675F;
}
.AnyTagClassName
{
color: #99675F;
}
</style>
background-color css
<style>
a { background-color: #99675F; }
a { background-color: rgb(153,103,95); }
div.DivClassName
{
background-color: #99675F;
}
.BgClassName
{
background-color: #99675F;
}
</style>
border-color css
<style>
span { border-color: #99675F; }
span { border-color: rgb(153,103,95); }
td.TdClassName
{
border-color: #99675F;
}
.TagClassName
{
border-color: #99675F;
}
</style>