Shades of Makara #666050
Tints of Makara #666050
RGB
CMYK
RGB Variations
Color information
#666050 (or 0x666050) is known color: Makara. HEX triplet: 66, 60 and 50. RGB value is (102,96,80). Sum of RGB (Red+Green+Blue) = 102+96+80=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #666050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666050 is #999FAF. Grayscale: #606060. Windows color (decimal): -10067888 or 5267558. OLE color: 5267558.
HSL color Cylindrical-coordinate representation of color #666050: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666050 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 80 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.6 |
| HSL | 43.64º | 0.12% | 0.36% | - |
| HSV(B) | 43.64º | 0.22% | 0.4% | - |
| XYZ | 11.11 | 11.77 | 9.28 | - |
| YUV | 95.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 80 | 0 | 0.06 | 0.22 | 0.6 | 43.64 | 0.12 | 0.36 |
| Hex | 66 | 60 | 50 | 0 | 6 | 16 | 3C | 2C | C | 24 |
| Octal | 146 | 140 | 120 | 0 | 6 | 26 | 74 | 54 | 14 | 44 |
| Binary | 1100110 | 1100000 | 1010000 | 0 | 110 | 10110 | 111100 | 101100 | 1100 | 100100 |
Color Harmonies of #666050
Complementary color
Monochromatic Colors of #666050
Black with #666050
Text Example
Text Example
White with #666050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666050; }
p { color: rgb(102,96,80); }
H1.HeaderClassName
{
color: #666050;
}
.AnyTagClassName
{
color: #666050;
}
</style>
background-color css
<style>
a { background-color: #666050; }
a { background-color: rgb(102,96,80); }
div.DivClassName
{
background-color: #666050;
}
.BgClassName
{
background-color: #666050;
}
</style>
border-color css
<style>
span { border-color: #666050; }
span { border-color: rgb(102,96,80); }
td.TdClassName
{
border-color: #666050;
}
.TagClassName
{
border-color: #666050;
}
</style>