Shades of Dark Chestnut #90675C
Tints of Dark Chestnut #90675C
RGB
CMYK
RGB Variations
Color information
#90675C (or 0x90675C) is known color: Dark Chestnut. HEX triplet: 90, 67 and 5C. RGB value is (144,103,92). Sum of RGB (Red+Green+Blue) = 144+103+92=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90675C is #6F98A3. Grayscale: #727272. Windows color (decimal): -7313572 or 6055824. OLE color: 6055824.
HSL color Cylindrical-coordinate representation of color #90675C: hue angle of 12.69º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90675C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 92 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.44 |
| HSL | 12.69º | 0.22% | 0.46% | - |
| HSV(B) | 12.69º | 0.36% | 0.56% | - |
| XYZ | 18.28 | 16.4 | 12.33 | - |
| YUV | 114.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 92 | 0 | 0.28 | 0.36 | 0.44 | 12.69 | 0.22 | 0.46 |
| Hex | 90 | 67 | 5C | 0 | 1C | 24 | 2C | D | 16 | 2E |
| Octal | 220 | 147 | 134 | 0 | 34 | 44 | 54 | 15 | 26 | 56 |
| Binary | 10010000 | 1100111 | 1011100 | 0 | 11100 | 100100 | 101100 | 1101 | 10110 | 101110 |
Color Harmonies of #90675C
Complementary color
Monochromatic Colors of #90675C
Black with #90675C
Text Example
Text Example
White with #90675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90675C; }
p { color: rgb(144,103,92); }
H1.HeaderClassName
{
color: #90675C;
}
.AnyTagClassName
{
color: #90675C;
}
</style>
background-color css
<style>
a { background-color: #90675C; }
a { background-color: rgb(144,103,92); }
div.DivClassName
{
background-color: #90675C;
}
.BgClassName
{
background-color: #90675C;
}
</style>
border-color css
<style>
span { border-color: #90675C; }
span { border-color: rgb(144,103,92); }
td.TdClassName
{
border-color: #90675C;
}
.TagClassName
{
border-color: #90675C;
}
</style>