Shades of Dark Chestnut #90645D
Tints of Dark Chestnut #90645D
RGB
CMYK
RGB Variations
Color information
#90645D (or 0x90645D) is known color: Dark Chestnut. HEX triplet: 90, 64 and 5D. RGB value is (144,100,93). Sum of RGB (Red+Green+Blue) = 144+100+93=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90645D is #6F9BA2. Grayscale: #707070. Windows color (decimal): -7314339 or 6120592. OLE color: 6120592.
HSL color Cylindrical-coordinate representation of color #90645D: hue angle of 8.24º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90645D is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 100 | 93 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.44 |
| HSL | 8.24º | 0.22% | 0.46% | - |
| HSV(B) | 8.24º | 0.35% | 0.56% | - |
| XYZ | 18.03 | 15.83 | 12.46 | - |
| YUV | 112.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 93 | 0 | 0.31 | 0.35 | 0.44 | 8.24 | 0.22 | 0.46 |
| Hex | 90 | 64 | 5D | 0 | 1F | 23 | 2C | 8 | 16 | 2E |
| Octal | 220 | 144 | 135 | 0 | 37 | 43 | 54 | 10 | 26 | 56 |
| Binary | 10010000 | 1100100 | 1011101 | 0 | 11111 | 100011 | 101100 | 1000 | 10110 | 101110 |
Color Harmonies of #90645D
Complementary color
Monochromatic Colors of #90645D
Black with #90645D
Text Example
Text Example
White with #90645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90645D; }
p { color: rgb(144,100,93); }
H1.HeaderClassName
{
color: #90645D;
}
.AnyTagClassName
{
color: #90645D;
}
</style>
background-color css
<style>
a { background-color: #90645D; }
a { background-color: rgb(144,100,93); }
div.DivClassName
{
background-color: #90645D;
}
.BgClassName
{
background-color: #90645D;
}
</style>
border-color css
<style>
span { border-color: #90645D; }
span { border-color: rgb(144,100,93); }
td.TdClassName
{
border-color: #90645D;
}
.TagClassName
{
border-color: #90645D;
}
</style>