Shades of Makara #665F51
Tints of Makara #665F51
RGB
CMYK
RGB Variations
Color information
#665F51 (or 0x665F51) is known color: Makara. HEX triplet: 66, 5F and 51. RGB value is (102,95,81). Sum of RGB (Red+Green+Blue) = 102+95+81=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #665F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F51 is #99A0AE. Grayscale: #5F5F5F. Windows color (decimal): -10068143 or 5332838. OLE color: 5332838.
HSL color Cylindrical-coordinate representation of color #665F51: hue angle of 40º 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 #665F51 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 81 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.6 |
| HSL | 40º | 0.11% | 0.36% | - |
| HSV(B) | 40º | 0.21% | 0.4% | - |
| XYZ | 11.06 | 11.6 | 9.44 | - |
| YUV | 95.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 81 | 0 | 0.07 | 0.21 | 0.6 | 40 | 0.11 | 0.36 |
| Hex | 66 | 5F | 51 | 0 | 7 | 15 | 3C | 28 | B | 24 |
| Octal | 146 | 137 | 121 | 0 | 7 | 25 | 74 | 50 | 13 | 44 |
| Binary | 1100110 | 1011111 | 1010001 | 0 | 111 | 10101 | 111100 | 101000 | 1011 | 100100 |
Color Harmonies of #665F51
Complementary color
Monochromatic Colors of #665F51
Black with #665F51
Text Example
Text Example
White with #665F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F51; }
p { color: rgb(102,95,81); }
H1.HeaderClassName
{
color: #665F51;
}
.AnyTagClassName
{
color: #665F51;
}
</style>
background-color css
<style>
a { background-color: #665F51; }
a { background-color: rgb(102,95,81); }
div.DivClassName
{
background-color: #665F51;
}
.BgClassName
{
background-color: #665F51;
}
</style>
border-color css
<style>
span { border-color: #665F51; }
span { border-color: rgb(102,95,81); }
td.TdClassName
{
border-color: #665F51;
}
.TagClassName
{
border-color: #665F51;
}
</style>