Shades of Makara #605950
Tints of Makara #605950
RGB
CMYK
RGB Variations
Color information
#605950 (or 0x605950) is known color: Makara. HEX triplet: 60, 59 and 50. RGB value is (96,89,80). Sum of RGB (Red+Green+Blue) = 96+89+80=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605950 is #9FA6AF. Grayscale: #5A5A5A. Windows color (decimal): -10462896 or 5265760. OLE color: 5265760.
HSL color Cylindrical-coordinate representation of color #605950: hue angle of 33.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605950 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 89 | 80 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.62 |
| HSL | 33.75º | 0.09% | 0.35% | - |
| HSV(B) | 33.75º | 0.17% | 0.38% | - |
| XYZ | 9.84 | 10.21 | 9.04 | - |
| YUV | 90.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 80 | 0 | 0.07 | 0.17 | 0.62 | 33.75 | 0.09 | 0.35 |
| Hex | 60 | 59 | 50 | 0 | 7 | 11 | 3E | 22 | 9 | 23 |
| Octal | 140 | 131 | 120 | 0 | 7 | 21 | 76 | 42 | 11 | 43 |
| Binary | 1100000 | 1011001 | 1010000 | 0 | 111 | 10001 | 111110 | 100010 | 1001 | 100011 |
Color Harmonies of #605950
Complementary color
Monochromatic Colors of #605950
Black with #605950
Text Example
Text Example
White with #605950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605950; }
p { color: rgb(96,89,80); }
H1.HeaderClassName
{
color: #605950;
}
.AnyTagClassName
{
color: #605950;
}
</style>
background-color css
<style>
a { background-color: #605950; }
a { background-color: rgb(96,89,80); }
div.DivClassName
{
background-color: #605950;
}
.BgClassName
{
background-color: #605950;
}
</style>
border-color css
<style>
span { border-color: #605950; }
span { border-color: rgb(96,89,80); }
td.TdClassName
{
border-color: #605950;
}
.TagClassName
{
border-color: #605950;
}
</style>