Shades of Dark Chestnut #997169
Tints of Dark Chestnut #997169
RGB
CMYK
RGB Variations
Color information
#997169 (or 0x997169) is known color: Dark Chestnut. HEX triplet: 99, 71 and 69. RGB value is (153,113,105). Sum of RGB (Red+Green+Blue) = 153+113+105=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #997169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997169 is #668E96. Grayscale: #7C7C7C. Windows color (decimal): -6721175 or 6910361. OLE color: 6910361.
HSL color Cylindrical-coordinate representation of color #997169: hue angle of 10º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #997169 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 105 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.4 |
| HSL | 10º | 0.19% | 0.51% | - |
| HSV(B) | 10º | 0.31% | 0.6% | - |
| XYZ | 21.59 | 19.6 | 16.01 | - |
| YUV | 124.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 105 | 0 | 0.26 | 0.31 | 0.4 | 10 | 0.19 | 0.51 |
| Hex | 99 | 71 | 69 | 0 | 1A | 1F | 28 | A | 13 | 33 |
| Octal | 231 | 161 | 151 | 0 | 32 | 37 | 50 | 12 | 23 | 63 |
| Binary | 10011001 | 1110001 | 1101001 | 0 | 11010 | 11111 | 101000 | 1010 | 10011 | 110011 |
Color Harmonies of #997169
Complementary color
Monochromatic Colors of #997169
Black with #997169
Text Example
Text Example
White with #997169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997169; }
p { color: rgb(153,113,105); }
H1.HeaderClassName
{
color: #997169;
}
.AnyTagClassName
{
color: #997169;
}
</style>
background-color css
<style>
a { background-color: #997169; }
a { background-color: rgb(153,113,105); }
div.DivClassName
{
background-color: #997169;
}
.BgClassName
{
background-color: #997169;
}
</style>
border-color css
<style>
span { border-color: #997169; }
span { border-color: rgb(153,113,105); }
td.TdClassName
{
border-color: #997169;
}
.TagClassName
{
border-color: #997169;
}
</style>