Shades of Dark Chestnut #906358
Tints of Dark Chestnut #906358
RGB
CMYK
RGB Variations
Color information
#906358 (or 0x906358) is known color: Dark Chestnut. HEX triplet: 90, 63 and 58. RGB value is (144,99,88). Sum of RGB (Red+Green+Blue) = 144+99+88=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #906358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906358 is #6F9CA7. Grayscale: #6F6F6F. Windows color (decimal): -7314600 or 5792656. OLE color: 5792656.
HSL color Cylindrical-coordinate representation of color #906358: hue angle of 11.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906358 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 88 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.44 |
| HSL | 11.79º | 0.24% | 0.45% | - |
| HSV(B) | 11.79º | 0.39% | 0.56% | - |
| XYZ | 17.72 | 15.56 | 11.3 | - |
| YUV | 111.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 88 | 0 | 0.31 | 0.39 | 0.44 | 11.79 | 0.24 | 0.45 |
| Hex | 90 | 63 | 58 | 0 | 1F | 27 | 2C | C | 18 | 2D |
| Octal | 220 | 143 | 130 | 0 | 37 | 47 | 54 | 14 | 30 | 55 |
| Binary | 10010000 | 1100011 | 1011000 | 0 | 11111 | 100111 | 101100 | 1100 | 11000 | 101101 |
Color Harmonies of #906358
Complementary color
Monochromatic Colors of #906358
Black with #906358
Text Example
Text Example
White with #906358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906358; }
p { color: rgb(144,99,88); }
H1.HeaderClassName
{
color: #906358;
}
.AnyTagClassName
{
color: #906358;
}
</style>
background-color css
<style>
a { background-color: #906358; }
a { background-color: rgb(144,99,88); }
div.DivClassName
{
background-color: #906358;
}
.BgClassName
{
background-color: #906358;
}
</style>
border-color css
<style>
span { border-color: #906358; }
span { border-color: rgb(144,99,88); }
td.TdClassName
{
border-color: #906358;
}
.TagClassName
{
border-color: #906358;
}
</style>