Shades of Dark Chestnut #906761
Tints of Dark Chestnut #906761
RGB
CMYK
RGB Variations
Color information
#906761 (or 0x906761) is known color: Dark Chestnut. HEX triplet: 90, 67 and 61. RGB value is (144,103,97). Sum of RGB (Red+Green+Blue) = 144+103+97=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #906761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906761 is #6F989E. Grayscale: #727272. Windows color (decimal): -7313567 or 6383504. OLE color: 6383504.
HSL color Cylindrical-coordinate representation of color #906761: hue angle of 7.66º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906761 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 97 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.44 |
| HSL | 7.66º | 0.2% | 0.47% | - |
| HSV(B) | 7.66º | 0.33% | 0.56% | - |
| XYZ | 18.51 | 16.49 | 13.52 | - |
| YUV | 114.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 97 | 0 | 0.28 | 0.33 | 0.44 | 7.66 | 0.2 | 0.47 |
| Hex | 90 | 67 | 61 | 0 | 1C | 21 | 2C | 8 | 14 | 2F |
| Octal | 220 | 147 | 141 | 0 | 34 | 41 | 54 | 10 | 24 | 57 |
| Binary | 10010000 | 1100111 | 1100001 | 0 | 11100 | 100001 | 101100 | 1000 | 10100 | 101111 |
Color Harmonies of #906761
Complementary color
Monochromatic Colors of #906761
Black with #906761
Text Example
Text Example
White with #906761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906761; }
p { color: rgb(144,103,97); }
H1.HeaderClassName
{
color: #906761;
}
.AnyTagClassName
{
color: #906761;
}
</style>
background-color css
<style>
a { background-color: #906761; }
a { background-color: rgb(144,103,97); }
div.DivClassName
{
background-color: #906761;
}
.BgClassName
{
background-color: #906761;
}
</style>
border-color css
<style>
span { border-color: #906761; }
span { border-color: rgb(144,103,97); }
td.TdClassName
{
border-color: #906761;
}
.TagClassName
{
border-color: #906761;
}
</style>