Shades of Makara #665D51
Tints of Makara #665D51
RGB
CMYK
RGB Variations
Color information
#665D51 (or 0x665D51) is known color: Makara. HEX triplet: 66, 5D and 51. RGB value is (102,93,81). Sum of RGB (Red+Green+Blue) = 102+93+81=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D51 is #99A2AE. Grayscale: #5E5E5E. Windows color (decimal): -10068655 or 5332326. OLE color: 5332326.
HSL color Cylindrical-coordinate representation of color #665D51: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665D51 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 81 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.6 |
| HSL | 34.29º | 0.11% | 0.36% | - |
| HSV(B) | 34.29º | 0.21% | 0.4% | - |
| XYZ | 10.88 | 11.25 | 9.38 | - |
| YUV | 94.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 81 | 0 | 0.09 | 0.21 | 0.6 | 34.29 | 0.11 | 0.36 |
| Hex | 66 | 5D | 51 | 0 | 9 | 15 | 3C | 22 | B | 24 |
| Octal | 146 | 135 | 121 | 0 | 11 | 25 | 74 | 42 | 13 | 44 |
| Binary | 1100110 | 1011101 | 1010001 | 0 | 1001 | 10101 | 111100 | 100010 | 1011 | 100100 |
Color Harmonies of #665D51
Complementary color
Monochromatic Colors of #665D51
Black with #665D51
Text Example
Text Example
White with #665D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D51; }
p { color: rgb(102,93,81); }
H1.HeaderClassName
{
color: #665D51;
}
.AnyTagClassName
{
color: #665D51;
}
</style>
background-color css
<style>
a { background-color: #665D51; }
a { background-color: rgb(102,93,81); }
div.DivClassName
{
background-color: #665D51;
}
.BgClassName
{
background-color: #665D51;
}
</style>
border-color css
<style>
span { border-color: #665D51; }
span { border-color: rgb(102,93,81); }
td.TdClassName
{
border-color: #665D51;
}
.TagClassName
{
border-color: #665D51;
}
</style>