Shades of Dark Chestnut #937169
Tints of Dark Chestnut #937169
RGB
CMYK
RGB Variations
Color information
#937169 (or 0x937169) is known color: Dark Chestnut. HEX triplet: 93, 71 and 69. RGB value is (147,113,105). Sum of RGB (Red+Green+Blue) = 147+113+105=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #937169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937169 is #6C8E96. Grayscale: #7A7A7A. Windows color (decimal): -7114391 or 6910355. OLE color: 6910355.
HSL color Cylindrical-coordinate representation of color #937169: hue angle of 11.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #937169 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 105 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.42 |
| HSL | 11.43º | 0.17% | 0.49% | - |
| HSV(B) | 11.43º | 0.29% | 0.58% | - |
| XYZ | 20.49 | 19.03 | 15.96 | - |
| YUV | 122.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 105 | 0 | 0.23 | 0.29 | 0.42 | 11.43 | 0.17 | 0.49 |
| Hex | 93 | 71 | 69 | 0 | 17 | 1D | 2A | B | 11 | 31 |
| Octal | 223 | 161 | 151 | 0 | 27 | 35 | 52 | 13 | 21 | 61 |
| Binary | 10010011 | 1110001 | 1101001 | 0 | 10111 | 11101 | 101010 | 1011 | 10001 | 110001 |
Color Harmonies of #937169
Complementary color
Monochromatic Colors of #937169
Black with #937169
Text Example
Text Example
White with #937169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937169; }
p { color: rgb(147,113,105); }
H1.HeaderClassName
{
color: #937169;
}
.AnyTagClassName
{
color: #937169;
}
</style>
background-color css
<style>
a { background-color: #937169; }
a { background-color: rgb(147,113,105); }
div.DivClassName
{
background-color: #937169;
}
.BgClassName
{
background-color: #937169;
}
</style>
border-color css
<style>
span { border-color: #937169; }
span { border-color: rgb(147,113,105); }
td.TdClassName
{
border-color: #937169;
}
.TagClassName
{
border-color: #937169;
}
</style>