Shades of Dark Chestnut #99675D
Tints of Dark Chestnut #99675D
RGB
CMYK
RGB Variations
Color information
#99675D (or 0x99675D) is known color: Dark Chestnut. HEX triplet: 99, 67 and 5D. RGB value is (153,103,93). Sum of RGB (Red+Green+Blue) = 153+103+93=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99675D is #6698A2. Grayscale: #747474. Windows color (decimal): -6723747 or 6121369. OLE color: 6121369.
HSL color Cylindrical-coordinate representation of color #99675D: hue angle of 10º 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 #99675D is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 93 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.4 |
| HSL | 10º | 0.24% | 0.48% | - |
| HSV(B) | 10º | 0.39% | 0.6% | - |
| XYZ | 19.96 | 17.26 | 12.64 | - |
| YUV | 116.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 93 | 0 | 0.33 | 0.39 | 0.4 | 10 | 0.24 | 0.48 |
| Hex | 99 | 67 | 5D | 0 | 21 | 27 | 28 | A | 18 | 30 |
| Octal | 231 | 147 | 135 | 0 | 41 | 47 | 50 | 12 | 30 | 60 |
| Binary | 10011001 | 1100111 | 1011101 | 0 | 100001 | 100111 | 101000 | 1010 | 11000 | 110000 |
Color Harmonies of #99675D
Complementary color
Monochromatic Colors of #99675D
Black with #99675D
Text Example
Text Example
White with #99675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99675D; }
p { color: rgb(153,103,93); }
H1.HeaderClassName
{
color: #99675D;
}
.AnyTagClassName
{
color: #99675D;
}
</style>
background-color css
<style>
a { background-color: #99675D; }
a { background-color: rgb(153,103,93); }
div.DivClassName
{
background-color: #99675D;
}
.BgClassName
{
background-color: #99675D;
}
</style>
border-color css
<style>
span { border-color: #99675D; }
span { border-color: rgb(153,103,93); }
td.TdClassName
{
border-color: #99675D;
}
.TagClassName
{
border-color: #99675D;
}
</style>