Shades of Makara #665C51
Tints of Makara #665C51
RGB
CMYK
RGB Variations
Color information
#665C51 (or 0x665C51) is known color: Makara. HEX triplet: 66, 5C and 51. RGB value is (102,92,81). Sum of RGB (Red+Green+Blue) = 102+92+81=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #665C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C51 is #99A3AE. Grayscale: #5D5D5D. Windows color (decimal): -10068911 or 5332070. OLE color: 5332070.
HSL color Cylindrical-coordinate representation of color #665C51: hue angle of 31.43º 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 #665C51 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 81 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.6 |
| HSL | 31.43º | 0.11% | 0.36% | - |
| HSV(B) | 31.43º | 0.21% | 0.4% | - |
| XYZ | 10.79 | 11.07 | 9.35 | - |
| YUV | 93.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 81 | 0 | 0.10 | 0.21 | 0.6 | 31.43 | 0.11 | 0.36 |
| Hex | 66 | 5C | 51 | 0 | A | 15 | 3C | 1F | B | 24 |
| Octal | 146 | 134 | 121 | 0 | 12 | 25 | 74 | 37 | 13 | 44 |
| Binary | 1100110 | 1011100 | 1010001 | 0 | 1010 | 10101 | 111100 | 11111 | 1011 | 100100 |
Color Harmonies of #665C51
Complementary color
Monochromatic Colors of #665C51
Black with #665C51
Text Example
Text Example
White with #665C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C51; }
p { color: rgb(102,92,81); }
H1.HeaderClassName
{
color: #665C51;
}
.AnyTagClassName
{
color: #665C51;
}
</style>
background-color css
<style>
a { background-color: #665C51; }
a { background-color: rgb(102,92,81); }
div.DivClassName
{
background-color: #665C51;
}
.BgClassName
{
background-color: #665C51;
}
</style>
border-color css
<style>
span { border-color: #665C51; }
span { border-color: rgb(102,92,81); }
td.TdClassName
{
border-color: #665C51;
}
.TagClassName
{
border-color: #665C51;
}
</style>