Shades of Makara #665F57
Tints of Makara #665F57
RGB
CMYK
RGB Variations
Color information
#665F57 (or 0x665F57) is known color: Makara. HEX triplet: 66, 5F and 57. RGB value is (102,95,87). Sum of RGB (Red+Green+Blue) = 102+95+87=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #665F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F57 is #99A0A8. Grayscale: #606060. Windows color (decimal): -10068137 or 5726054. OLE color: 5726054.
HSL color Cylindrical-coordinate representation of color #665F57: hue angle of 32º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665F57 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 87 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.6 |
| HSL | 32º | 0.08% | 0.37% | - |
| HSV(B) | 32º | 0.15% | 0.4% | - |
| XYZ | 11.29 | 11.7 | 10.68 | - |
| YUV | 96.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 87 | 0 | 0.07 | 0.15 | 0.6 | 32 | 0.08 | 0.37 |
| Hex | 66 | 5F | 57 | 0 | 7 | F | 3C | 20 | 8 | 25 |
| Octal | 146 | 137 | 127 | 0 | 7 | 17 | 74 | 40 | 10 | 45 |
| Binary | 1100110 | 1011111 | 1010111 | 0 | 111 | 1111 | 111100 | 100000 | 1000 | 100101 |
Color Harmonies of #665F57
Complementary color
Monochromatic Colors of #665F57
Black with #665F57
Text Example
Text Example
White with #665F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F57; }
p { color: rgb(102,95,87); }
H1.HeaderClassName
{
color: #665F57;
}
.AnyTagClassName
{
color: #665F57;
}
</style>
background-color css
<style>
a { background-color: #665F57; }
a { background-color: rgb(102,95,87); }
div.DivClassName
{
background-color: #665F57;
}
.BgClassName
{
background-color: #665F57;
}
</style>
border-color css
<style>
span { border-color: #665F57; }
span { border-color: rgb(102,95,87); }
td.TdClassName
{
border-color: #665F57;
}
.TagClassName
{
border-color: #665F57;
}
</style>