Shades of Makara #666056
Tints of Makara #666056
RGB
CMYK
RGB Variations
Color information
#666056 (or 0x666056) is known color: Makara. HEX triplet: 66, 60 and 56. RGB value is (102,96,86). Sum of RGB (Red+Green+Blue) = 102+96+86=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #666056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666056 is #999FA9. Grayscale: #606060. Windows color (decimal): -10067882 or 5660774. OLE color: 5660774.
HSL color Cylindrical-coordinate representation of color #666056: hue angle of 37.5º 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 #666056 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 86 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.6 |
| HSL | 37.5º | 0.09% | 0.37% | - |
| HSV(B) | 37.5º | 0.16% | 0.4% | - |
| XYZ | 11.34 | 11.86 | 10.5 | - |
| YUV | 96.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 86 | 0 | 0.06 | 0.16 | 0.6 | 37.5 | 0.09 | 0.37 |
| Hex | 66 | 60 | 56 | 0 | 6 | 10 | 3C | 26 | 9 | 25 |
| Octal | 146 | 140 | 126 | 0 | 6 | 20 | 74 | 46 | 11 | 45 |
| Binary | 1100110 | 1100000 | 1010110 | 0 | 110 | 10000 | 111100 | 100110 | 1001 | 100101 |
Color Harmonies of #666056
Complementary color
Monochromatic Colors of #666056
Black with #666056
Text Example
Text Example
White with #666056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666056; }
p { color: rgb(102,96,86); }
H1.HeaderClassName
{
color: #666056;
}
.AnyTagClassName
{
color: #666056;
}
</style>
background-color css
<style>
a { background-color: #666056; }
a { background-color: rgb(102,96,86); }
div.DivClassName
{
background-color: #666056;
}
.BgClassName
{
background-color: #666056;
}
</style>
border-color css
<style>
span { border-color: #666056; }
span { border-color: rgb(102,96,86); }
td.TdClassName
{
border-color: #666056;
}
.TagClassName
{
border-color: #666056;
}
</style>