Shades of Makara #666156
Tints of Makara #666156
RGB
CMYK
RGB Variations
Color information
#666156 (or 0x666156) is known color: Makara. HEX triplet: 66, 61 and 56. RGB value is (102,97,86). Sum of RGB (Red+Green+Blue) = 102+97+86=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #666156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666156 is #999EA9. Grayscale: #616161. Windows color (decimal): -10067626 or 5661030. OLE color: 5661030.
HSL color Cylindrical-coordinate representation of color #666156: hue angle of 41.25º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666156 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 86 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.6 |
| HSL | 41.25º | 0.09% | 0.37% | - |
| HSV(B) | 41.25º | 0.16% | 0.4% | - |
| XYZ | 11.43 | 12.05 | 10.53 | - |
| YUV | 97.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 86 | 0 | 0.05 | 0.16 | 0.6 | 41.25 | 0.09 | 0.37 |
| Hex | 66 | 61 | 56 | 0 | 5 | 10 | 3C | 29 | 9 | 25 |
| Octal | 146 | 141 | 126 | 0 | 5 | 20 | 74 | 51 | 11 | 45 |
| Binary | 1100110 | 1100001 | 1010110 | 0 | 101 | 10000 | 111100 | 101001 | 1001 | 100101 |
Color Harmonies of #666156
Complementary color
Monochromatic Colors of #666156
Black with #666156
Text Example
Text Example
White with #666156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666156; }
p { color: rgb(102,97,86); }
H1.HeaderClassName
{
color: #666156;
}
.AnyTagClassName
{
color: #666156;
}
</style>
background-color css
<style>
a { background-color: #666156; }
a { background-color: rgb(102,97,86); }
div.DivClassName
{
background-color: #666156;
}
.BgClassName
{
background-color: #666156;
}
</style>
border-color css
<style>
span { border-color: #666156; }
span { border-color: rgb(102,97,86); }
td.TdClassName
{
border-color: #666156;
}
.TagClassName
{
border-color: #666156;
}
</style>