Shades of Makara #665C50
Tints of Makara #665C50
RGB
CMYK
RGB Variations
Color information
#665C50 (or 0x665C50) is known color: Makara. HEX triplet: 66, 5C and 50. RGB value is (102,92,80). Sum of RGB (Red+Green+Blue) = 102+92+80=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #665C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C50 is #99A3AF. Grayscale: #5D5D5D. Windows color (decimal): -10068912 or 5266534. OLE color: 5266534.
HSL color Cylindrical-coordinate representation of color #665C50: hue angle of 32.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665C50 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 80 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.6 |
| HSL | 32.73º | 0.12% | 0.36% | - |
| HSV(B) | 32.73º | 0.22% | 0.4% | - |
| XYZ | 10.75 | 11.06 | 9.16 | - |
| YUV | 93.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 80 | 0 | 0.10 | 0.22 | 0.6 | 32.73 | 0.12 | 0.36 |
| Hex | 66 | 5C | 50 | 0 | A | 16 | 3C | 21 | C | 24 |
| Octal | 146 | 134 | 120 | 0 | 12 | 26 | 74 | 41 | 14 | 44 |
| Binary | 1100110 | 1011100 | 1010000 | 0 | 1010 | 10110 | 111100 | 100001 | 1100 | 100100 |
Color Harmonies of #665C50
Complementary color
Monochromatic Colors of #665C50
Black with #665C50
Text Example
Text Example
White with #665C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C50; }
p { color: rgb(102,92,80); }
H1.HeaderClassName
{
color: #665C50;
}
.AnyTagClassName
{
color: #665C50;
}
</style>
background-color css
<style>
a { background-color: #665C50; }
a { background-color: rgb(102,92,80); }
div.DivClassName
{
background-color: #665C50;
}
.BgClassName
{
background-color: #665C50;
}
</style>
border-color css
<style>
span { border-color: #665C50; }
span { border-color: rgb(102,92,80); }
td.TdClassName
{
border-color: #665C50;
}
.TagClassName
{
border-color: #665C50;
}
</style>