Shades of Dark Chestnut #90625B
Tints of Dark Chestnut #90625B
RGB
CMYK
RGB Variations
Color information
#90625B (or 0x90625B) is known color: Dark Chestnut. HEX triplet: 90, 62 and 5B. RGB value is (144,98,91). Sum of RGB (Red+Green+Blue) = 144+98+91=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90625B is #6F9DA4. Grayscale: #6F6F6F. Windows color (decimal): -7314853 or 5989008. OLE color: 5989008.
HSL color Cylindrical-coordinate representation of color #90625B: hue angle of 7.92º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90625B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 91 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.44 |
| HSL | 7.92º | 0.23% | 0.46% | - |
| HSV(B) | 7.92º | 0.37% | 0.56% | - |
| XYZ | 17.76 | 15.42 | 11.94 | - |
| YUV | 110.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 91 | 0 | 0.32 | 0.37 | 0.44 | 7.92 | 0.23 | 0.46 |
| Hex | 90 | 62 | 5B | 0 | 20 | 25 | 2C | 8 | 17 | 2E |
| Octal | 220 | 142 | 133 | 0 | 40 | 45 | 54 | 10 | 27 | 56 |
| Binary | 10010000 | 1100010 | 1011011 | 0 | 100000 | 100101 | 101100 | 1000 | 10111 | 101110 |
Color Harmonies of #90625B
Complementary color
Monochromatic Colors of #90625B
Black with #90625B
Text Example
Text Example
White with #90625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90625B; }
p { color: rgb(144,98,91); }
H1.HeaderClassName
{
color: #90625B;
}
.AnyTagClassName
{
color: #90625B;
}
</style>
background-color css
<style>
a { background-color: #90625B; }
a { background-color: rgb(144,98,91); }
div.DivClassName
{
background-color: #90625B;
}
.BgClassName
{
background-color: #90625B;
}
</style>
border-color css
<style>
span { border-color: #90625B; }
span { border-color: rgb(144,98,91); }
td.TdClassName
{
border-color: #90625B;
}
.TagClassName
{
border-color: #90625B;
}
</style>