Shades of Makara #666153
Tints of Makara #666153
RGB
CMYK
RGB Variations
Color information
#666153 (or 0x666153) is known color: Makara. HEX triplet: 66, 61 and 53. RGB value is (102,97,83). Sum of RGB (Red+Green+Blue) = 102+97+83=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #666153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666153 is #999EAC. Grayscale: #606060. Windows color (decimal): -10067629 or 5464422. OLE color: 5464422.
HSL color Cylindrical-coordinate representation of color #666153: hue angle of 44.21º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #666153 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 83 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.6 |
| HSL | 44.21º | 0.1% | 0.36% | - |
| HSV(B) | 44.21º | 0.19% | 0.4% | - |
| XYZ | 11.32 | 12 | 9.9 | - |
| YUV | 96.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 83 | 0 | 0.05 | 0.19 | 0.6 | 44.21 | 0.1 | 0.36 |
| Hex | 66 | 61 | 53 | 0 | 5 | 13 | 3C | 2C | A | 24 |
| Octal | 146 | 141 | 123 | 0 | 5 | 23 | 74 | 54 | 12 | 44 |
| Binary | 1100110 | 1100001 | 1010011 | 0 | 101 | 10011 | 111100 | 101100 | 1010 | 100100 |
Color Harmonies of #666153
Complementary color
Monochromatic Colors of #666153
Black with #666153
Text Example
Text Example
White with #666153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666153; }
p { color: rgb(102,97,83); }
H1.HeaderClassName
{
color: #666153;
}
.AnyTagClassName
{
color: #666153;
}
</style>
background-color css
<style>
a { background-color: #666153; }
a { background-color: rgb(102,97,83); }
div.DivClassName
{
background-color: #666153;
}
.BgClassName
{
background-color: #666153;
}
</style>
border-color css
<style>
span { border-color: #666153; }
span { border-color: rgb(102,97,83); }
td.TdClassName
{
border-color: #666153;
}
.TagClassName
{
border-color: #666153;
}
</style>