Shades of Dark Chestnut #90655B
Tints of Dark Chestnut #90655B
RGB
CMYK
RGB Variations
Color information
#90655B (or 0x90655B) is known color: Dark Chestnut. HEX triplet: 90, 65 and 5B. RGB value is (144,101,91). Sum of RGB (Red+Green+Blue) = 144+101+91=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90655B is #6F9AA4. Grayscale: #707070. Windows color (decimal): -7314085 or 5989776. OLE color: 5989776.
HSL color Cylindrical-coordinate representation of color #90655B: hue angle of 11.32º 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 #90655B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 91 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.44 |
| HSL | 11.32º | 0.23% | 0.46% | - |
| HSV(B) | 11.32º | 0.37% | 0.56% | - |
| XYZ | 18.04 | 15.99 | 12.03 | - |
| YUV | 112.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 91 | 0 | 0.30 | 0.37 | 0.44 | 11.32 | 0.23 | 0.46 |
| Hex | 90 | 65 | 5B | 0 | 1E | 25 | 2C | B | 17 | 2E |
| Octal | 220 | 145 | 133 | 0 | 36 | 45 | 54 | 13 | 27 | 56 |
| Binary | 10010000 | 1100101 | 1011011 | 0 | 11110 | 100101 | 101100 | 1011 | 10111 | 101110 |
Color Harmonies of #90655B
Complementary color
Monochromatic Colors of #90655B
Black with #90655B
Text Example
Text Example
White with #90655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90655B; }
p { color: rgb(144,101,91); }
H1.HeaderClassName
{
color: #90655B;
}
.AnyTagClassName
{
color: #90655B;
}
</style>
background-color css
<style>
a { background-color: #90655B; }
a { background-color: rgb(144,101,91); }
div.DivClassName
{
background-color: #90655B;
}
.BgClassName
{
background-color: #90655B;
}
</style>
border-color css
<style>
span { border-color: #90655B; }
span { border-color: rgb(144,101,91); }
td.TdClassName
{
border-color: #90655B;
}
.TagClassName
{
border-color: #90655B;
}
</style>