Shades of Makara #66625D
Tints of Makara #66625D
RGB
CMYK
RGB Variations
Color information
#66625D (or 0x66625D) is known color: Makara. HEX triplet: 66, 62 and 5D. RGB value is (102,98,93). Sum of RGB (Red+Green+Blue) = 102+98+93=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #66625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66625D is #999DA2. Grayscale: #626262. Windows color (decimal): -10067363 or 6120038. OLE color: 6120038.
HSL color Cylindrical-coordinate representation of color #66625D: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #66625D is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 93 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.6 |
| HSL | 33.33º | 0.05% | 0.38% | - |
| HSV(B) | 33.33º | 0.09% | 0.4% | - |
| XYZ | 11.82 | 12.35 | 12.12 | - |
| YUV | 98.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 93 | 0 | 0.04 | 0.09 | 0.6 | 33.33 | 0.05 | 0.38 |
| Hex | 66 | 62 | 5D | 0 | 4 | 9 | 3C | 21 | 5 | 26 |
| Octal | 146 | 142 | 135 | 0 | 4 | 11 | 74 | 41 | 5 | 46 |
| Binary | 1100110 | 1100010 | 1011101 | 0 | 100 | 1001 | 111100 | 100001 | 101 | 100110 |
Color Harmonies of #66625D
Complementary color
Monochromatic Colors of #66625D
Black with #66625D
Text Example
Text Example
White with #66625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66625D; }
p { color: rgb(102,98,93); }
H1.HeaderClassName
{
color: #66625D;
}
.AnyTagClassName
{
color: #66625D;
}
</style>
background-color css
<style>
a { background-color: #66625D; }
a { background-color: rgb(102,98,93); }
div.DivClassName
{
background-color: #66625D;
}
.BgClassName
{
background-color: #66625D;
}
</style>
border-color css
<style>
span { border-color: #66625D; }
span { border-color: rgb(102,98,93); }
td.TdClassName
{
border-color: #66625D;
}
.TagClassName
{
border-color: #66625D;
}
</style>