Shades of Dark Chestnut #90726A
Tints of Dark Chestnut #90726A
RGB
CMYK
RGB Variations
Color information
#90726A (or 0x90726A) is known color: Dark Chestnut. HEX triplet: 90, 72 and 6A. RGB value is (144,114,106). Sum of RGB (Red+Green+Blue) = 144+114+106=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #90726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90726A is #6F8D95. Grayscale: #7A7A7A. Windows color (decimal): -7310742 or 6976144. OLE color: 6976144.
HSL color Cylindrical-coordinate representation of color #90726A: hue angle of 12.63º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90726A is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 106 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.44 |
| HSL | 12.63º | 0.15% | 0.49% | - |
| HSV(B) | 12.63º | 0.26% | 0.56% | - |
| XYZ | 20.12 | 19 | 16.24 | - |
| YUV | 122.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 106 | 0 | 0.21 | 0.26 | 0.44 | 12.63 | 0.15 | 0.49 |
| Hex | 90 | 72 | 6A | 0 | 15 | 1A | 2C | D | F | 31 |
| Octal | 220 | 162 | 152 | 0 | 25 | 32 | 54 | 15 | 17 | 61 |
| Binary | 10010000 | 1110010 | 1101010 | 0 | 10101 | 11010 | 101100 | 1101 | 1111 | 110001 |
Color Harmonies of #90726A
Complementary color
Monochromatic Colors of #90726A
Black with #90726A
Text Example
Text Example
White with #90726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90726A; }
p { color: rgb(144,114,106); }
H1.HeaderClassName
{
color: #90726A;
}
.AnyTagClassName
{
color: #90726A;
}
</style>
background-color css
<style>
a { background-color: #90726A; }
a { background-color: rgb(144,114,106); }
div.DivClassName
{
background-color: #90726A;
}
.BgClassName
{
background-color: #90726A;
}
</style>
border-color css
<style>
span { border-color: #90726A; }
span { border-color: rgb(144,114,106); }
td.TdClassName
{
border-color: #90726A;
}
.TagClassName
{
border-color: #90726A;
}
</style>