Shades of Makara #666155
Tints of Makara #666155
RGB
CMYK
RGB Variations
Color information
#666155 (or 0x666155) is known color: Makara. HEX triplet: 66, 61 and 55. RGB value is (102,97,85). Sum of RGB (Red+Green+Blue) = 102+97+85=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #666155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666155 is #999EAA. Grayscale: #616161. Windows color (decimal): -10067627 or 5595494. OLE color: 5595494.
HSL color Cylindrical-coordinate representation of color #666155: hue angle of 42.35º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666155 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 85 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.6 |
| HSL | 42.35º | 0.09% | 0.37% | - |
| HSV(B) | 42.35º | 0.17% | 0.4% | - |
| XYZ | 11.39 | 12.03 | 10.32 | - |
| YUV | 97.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 85 | 0 | 0.05 | 0.17 | 0.6 | 42.35 | 0.09 | 0.37 |
| Hex | 66 | 61 | 55 | 0 | 5 | 11 | 3C | 2A | 9 | 25 |
| Octal | 146 | 141 | 125 | 0 | 5 | 21 | 74 | 52 | 11 | 45 |
| Binary | 1100110 | 1100001 | 1010101 | 0 | 101 | 10001 | 111100 | 101010 | 1001 | 100101 |
Color Harmonies of #666155
Complementary color
Monochromatic Colors of #666155
Black with #666155
Text Example
Text Example
White with #666155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666155; }
p { color: rgb(102,97,85); }
H1.HeaderClassName
{
color: #666155;
}
.AnyTagClassName
{
color: #666155;
}
</style>
background-color css
<style>
a { background-color: #666155; }
a { background-color: rgb(102,97,85); }
div.DivClassName
{
background-color: #666155;
}
.BgClassName
{
background-color: #666155;
}
</style>
border-color css
<style>
span { border-color: #666155; }
span { border-color: rgb(102,97,85); }
td.TdClassName
{
border-color: #666155;
}
.TagClassName
{
border-color: #666155;
}
</style>