Shades of Makara #66625C
Tints of Makara #66625C
RGB
CMYK
RGB Variations
Color information
#66625C (or 0x66625C) is known color: Makara. HEX triplet: 66, 62 and 5C. RGB value is (102,98,92). Sum of RGB (Red+Green+Blue) = 102+98+92=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 102 - color contains mainly: red. Hex color #66625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66625C is #999DA3. Grayscale: #626262. Windows color (decimal): -10067364 or 6054502. OLE color: 6054502.
HSL color Cylindrical-coordinate representation of color #66625C: hue angle of 36º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #66625C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 92 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.6 |
| HSL | 36º | 0.05% | 0.38% | - |
| HSV(B) | 36º | 0.1% | 0.4% | - |
| XYZ | 11.78 | 12.33 | 11.88 | - |
| YUV | 98.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 92 | 0 | 0.04 | 0.10 | 0.6 | 36 | 0.05 | 0.38 |
| Hex | 66 | 62 | 5C | 0 | 4 | A | 3C | 24 | 5 | 26 |
| Octal | 146 | 142 | 134 | 0 | 4 | 12 | 74 | 44 | 5 | 46 |
| Binary | 1100110 | 1100010 | 1011100 | 0 | 100 | 1010 | 111100 | 100100 | 101 | 100110 |
Color Harmonies of #66625C
Complementary color
Monochromatic Colors of #66625C
Black with #66625C
Text Example
Text Example
White with #66625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66625C; }
p { color: rgb(102,98,92); }
H1.HeaderClassName
{
color: #66625C;
}
.AnyTagClassName
{
color: #66625C;
}
</style>
background-color css
<style>
a { background-color: #66625C; }
a { background-color: rgb(102,98,92); }
div.DivClassName
{
background-color: #66625C;
}
.BgClassName
{
background-color: #66625C;
}
</style>
border-color css
<style>
span { border-color: #66625C; }
span { border-color: rgb(102,98,92); }
td.TdClassName
{
border-color: #66625C;
}
.TagClassName
{
border-color: #66625C;
}
</style>