Shades of Makara #665D4D
Tints of Makara #665D4D
RGB
CMYK
RGB Variations
Color information
#665D4D (or 0x665D4D) is known color: Makara. HEX triplet: 66, 5D and 4D. RGB value is (102,93,77). Sum of RGB (Red+Green+Blue) = 102+93+77=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D4D is #99A2B2. Grayscale: #5D5D5D. Windows color (decimal): -10068659 or 5070182. OLE color: 5070182.
HSL color Cylindrical-coordinate representation of color #665D4D: hue angle of 38.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #665D4D is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 77 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.6 |
| HSL | 38.4º | 0.14% | 0.35% | - |
| HSV(B) | 38.4º | 0.25% | 0.4% | - |
| XYZ | 10.73 | 11.19 | 8.62 | - |
| YUV | 93.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 77 | 0 | 0.09 | 0.25 | 0.6 | 38.4 | 0.14 | 0.35 |
| Hex | 66 | 5D | 4D | 0 | 9 | 19 | 3C | 26 | E | 23 |
| Octal | 146 | 135 | 115 | 0 | 11 | 31 | 74 | 46 | 16 | 43 |
| Binary | 1100110 | 1011101 | 1001101 | 0 | 1001 | 11001 | 111100 | 100110 | 1110 | 100011 |
Color Harmonies of #665D4D
Complementary color
Monochromatic Colors of #665D4D
Black with #665D4D
Text Example
Text Example
White with #665D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D4D; }
p { color: rgb(102,93,77); }
H1.HeaderClassName
{
color: #665D4D;
}
.AnyTagClassName
{
color: #665D4D;
}
</style>
background-color css
<style>
a { background-color: #665D4D; }
a { background-color: rgb(102,93,77); }
div.DivClassName
{
background-color: #665D4D;
}
.BgClassName
{
background-color: #665D4D;
}
</style>
border-color css
<style>
span { border-color: #665D4D; }
span { border-color: rgb(102,93,77); }
td.TdClassName
{
border-color: #665D4D;
}
.TagClassName
{
border-color: #665D4D;
}
</style>