Shades of Makara #665C49
Tints of Makara #665C49
RGB
CMYK
RGB Variations
Color information
#665C49 (or 0x665C49) is known color: Makara. HEX triplet: 66, 5C and 49. RGB value is (102,92,73). Sum of RGB (Red+Green+Blue) = 102+92+73=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #665C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C49 is #99A3B6. Grayscale: #5C5C5C. Windows color (decimal): -10068919 or 4807782. OLE color: 4807782.
HSL color Cylindrical-coordinate representation of color #665C49: hue angle of 39.31º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665C49 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 73 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.6 |
| HSL | 39.31º | 0.17% | 0.34% | - |
| HSV(B) | 39.31º | 0.28% | 0.4% | - |
| XYZ | 10.51 | 10.96 | 7.86 | - |
| YUV | 92.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 73 | 0 | 0.10 | 0.28 | 0.6 | 39.31 | 0.17 | 0.34 |
| Hex | 66 | 5C | 49 | 0 | A | 1C | 3C | 27 | 11 | 22 |
| Octal | 146 | 134 | 111 | 0 | 12 | 34 | 74 | 47 | 21 | 42 |
| Binary | 1100110 | 1011100 | 1001001 | 0 | 1010 | 11100 | 111100 | 100111 | 10001 | 100010 |
Color Harmonies of #665C49
Complementary color
Monochromatic Colors of #665C49
Black with #665C49
Text Example
Text Example
White with #665C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C49; }
p { color: rgb(102,92,73); }
H1.HeaderClassName
{
color: #665C49;
}
.AnyTagClassName
{
color: #665C49;
}
</style>
background-color css
<style>
a { background-color: #665C49; }
a { background-color: rgb(102,92,73); }
div.DivClassName
{
background-color: #665C49;
}
.BgClassName
{
background-color: #665C49;
}
</style>
border-color css
<style>
span { border-color: #665C49; }
span { border-color: rgb(102,92,73); }
td.TdClassName
{
border-color: #665C49;
}
.TagClassName
{
border-color: #665C49;
}
</style>