Shades of Makara #605A53
Tints of Makara #605A53
RGB
CMYK
RGB Variations
Color information
#605A53 (or 0x605A53) is known color: Makara. HEX triplet: 60, 5A and 53. RGB value is (96,90,83). Sum of RGB (Red+Green+Blue) = 96+90+83=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #605A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A53 is #9FA5AC. Grayscale: #5B5B5B. Windows color (decimal): -10462637 or 5462624. OLE color: 5462624.
HSL color Cylindrical-coordinate representation of color #605A53: hue angle of 32.31º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605A53 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 83 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.62 |
| HSL | 32.31º | 0.07% | 0.35% | - |
| HSV(B) | 32.31º | 0.14% | 0.38% | - |
| XYZ | 10.04 | 10.42 | 9.67 | - |
| YUV | 91 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 83 | 0 | 0.06 | 0.14 | 0.62 | 32.31 | 0.07 | 0.35 |
| Hex | 60 | 5A | 53 | 0 | 6 | E | 3E | 20 | 7 | 23 |
| Octal | 140 | 132 | 123 | 0 | 6 | 16 | 76 | 40 | 7 | 43 |
| Binary | 1100000 | 1011010 | 1010011 | 0 | 110 | 1110 | 111110 | 100000 | 111 | 100011 |
Color Harmonies of #605A53
Complementary color
Monochromatic Colors of #605A53
Black with #605A53
Text Example
Text Example
White with #605A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A53; }
p { color: rgb(96,90,83); }
H1.HeaderClassName
{
color: #605A53;
}
.AnyTagClassName
{
color: #605A53;
}
</style>
background-color css
<style>
a { background-color: #605A53; }
a { background-color: rgb(96,90,83); }
div.DivClassName
{
background-color: #605A53;
}
.BgClassName
{
background-color: #605A53;
}
</style>
border-color css
<style>
span { border-color: #605A53; }
span { border-color: rgb(96,90,83); }
td.TdClassName
{
border-color: #605A53;
}
.TagClassName
{
border-color: #605A53;
}
</style>