Shades of Makara #605C55
Tints of Makara #605C55
RGB
CMYK
RGB Variations
Color information
#605C55 (or 0x605C55) is known color: Makara. HEX triplet: 60, 5C and 55. RGB value is (96,92,85). Sum of RGB (Red+Green+Blue) = 96+92+85=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #605C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C55 is #9FA3AA. Grayscale: #5C5C5C. Windows color (decimal): -10462123 or 5594208. OLE color: 5594208.
HSL color Cylindrical-coordinate representation of color #605C55: hue angle of 38.18º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #605C55 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 85 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.62 |
| HSL | 38.18º | 0.06% | 0.35% | - |
| HSV(B) | 38.18º | 0.11% | 0.38% | - |
| XYZ | 10.29 | 10.8 | 10.14 | - |
| YUV | 92.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 85 | 0 | 0.04 | 0.11 | 0.62 | 38.18 | 0.06 | 0.35 |
| Hex | 60 | 5C | 55 | 0 | 4 | B | 3E | 26 | 6 | 23 |
| Octal | 140 | 134 | 125 | 0 | 4 | 13 | 76 | 46 | 6 | 43 |
| Binary | 1100000 | 1011100 | 1010101 | 0 | 100 | 1011 | 111110 | 100110 | 110 | 100011 |
Color Harmonies of #605C55
Complementary color
Monochromatic Colors of #605C55
Black with #605C55
Text Example
Text Example
White with #605C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C55; }
p { color: rgb(96,92,85); }
H1.HeaderClassName
{
color: #605C55;
}
.AnyTagClassName
{
color: #605C55;
}
</style>
background-color css
<style>
a { background-color: #605C55; }
a { background-color: rgb(96,92,85); }
div.DivClassName
{
background-color: #605C55;
}
.BgClassName
{
background-color: #605C55;
}
</style>
border-color css
<style>
span { border-color: #605C55; }
span { border-color: rgb(96,92,85); }
td.TdClassName
{
border-color: #605C55;
}
.TagClassName
{
border-color: #605C55;
}
</style>