Shades of Makara #665C4F
Tints of Makara #665C4F
RGB
CMYK
RGB Variations
Color information
#665C4F (or 0x665C4F) is known color: Makara. HEX triplet: 66, 5C and 4F. RGB value is (102,92,79). Sum of RGB (Red+Green+Blue) = 102+92+79=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C4F is #99A3B0. Grayscale: #5D5D5D. Windows color (decimal): -10068913 or 5200998. OLE color: 5200998.
HSL color Cylindrical-coordinate representation of color #665C4F: hue angle of 33.91º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #665C4F is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 79 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.6 |
| HSL | 33.91º | 0.13% | 0.35% | - |
| HSV(B) | 33.91º | 0.23% | 0.4% | - |
| XYZ | 10.72 | 11.04 | 8.96 | - |
| YUV | 93.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 79 | 0 | 0.10 | 0.23 | 0.6 | 33.91 | 0.13 | 0.35 |
| Hex | 66 | 5C | 4F | 0 | A | 17 | 3C | 22 | D | 23 |
| Octal | 146 | 134 | 117 | 0 | 12 | 27 | 74 | 42 | 15 | 43 |
| Binary | 1100110 | 1011100 | 1001111 | 0 | 1010 | 10111 | 111100 | 100010 | 1101 | 100011 |
Color Harmonies of #665C4F
Complementary color
Monochromatic Colors of #665C4F
Black with #665C4F
Text Example
Text Example
White with #665C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C4F; }
p { color: rgb(102,92,79); }
H1.HeaderClassName
{
color: #665C4F;
}
.AnyTagClassName
{
color: #665C4F;
}
</style>
background-color css
<style>
a { background-color: #665C4F; }
a { background-color: rgb(102,92,79); }
div.DivClassName
{
background-color: #665C4F;
}
.BgClassName
{
background-color: #665C4F;
}
</style>
border-color css
<style>
span { border-color: #665C4F; }
span { border-color: rgb(102,92,79); }
td.TdClassName
{
border-color: #665C4F;
}
.TagClassName
{
border-color: #665C4F;
}
</style>