Shades of Makara #605A51
Tints of Makara #605A51
RGB
CMYK
RGB Variations
Color information
#605A51 (or 0x605A51) is known color: Makara. HEX triplet: 60, 5A and 51. RGB value is (96,90,81). Sum of RGB (Red+Green+Blue) = 96+90+81=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 96 - color contains mainly: red. Hex color #605A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A51 is #9FA5AE. Grayscale: #5A5A5A. Windows color (decimal): -10462639 or 5331552. OLE color: 5331552.
HSL color Cylindrical-coordinate representation of color #605A51: hue angle of 36º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #605A51 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 81 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.62 |
| HSL | 36º | 0.08% | 0.35% | - |
| HSV(B) | 36º | 0.16% | 0.38% | - |
| XYZ | 9.97 | 10.39 | 9.27 | - |
| YUV | 90.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 81 | 0 | 0.06 | 0.16 | 0.62 | 36 | 0.08 | 0.35 |
| Hex | 60 | 5A | 51 | 0 | 6 | 10 | 3E | 24 | 8 | 23 |
| Octal | 140 | 132 | 121 | 0 | 6 | 20 | 76 | 44 | 10 | 43 |
| Binary | 1100000 | 1011010 | 1010001 | 0 | 110 | 10000 | 111110 | 100100 | 1000 | 100011 |
Color Harmonies of #605A51
Complementary color
Monochromatic Colors of #605A51
Black with #605A51
Text Example
Text Example
White with #605A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A51; }
p { color: rgb(96,90,81); }
H1.HeaderClassName
{
color: #605A51;
}
.AnyTagClassName
{
color: #605A51;
}
</style>
background-color css
<style>
a { background-color: #605A51; }
a { background-color: rgb(96,90,81); }
div.DivClassName
{
background-color: #605A51;
}
.BgClassName
{
background-color: #605A51;
}
</style>
border-color css
<style>
span { border-color: #605A51; }
span { border-color: rgb(96,90,81); }
td.TdClassName
{
border-color: #605A51;
}
.TagClassName
{
border-color: #605A51;
}
</style>