Shades of Makara #665B4D
Tints of Makara #665B4D
RGB
CMYK
RGB Variations
Color information
#665B4D (or 0x665B4D) is known color: Makara. HEX triplet: 66, 5B and 4D. RGB value is (102,91,77). Sum of RGB (Red+Green+Blue) = 102+91+77=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B4D is #99A4B2. Grayscale: #5C5C5C. Windows color (decimal): -10069171 or 5069670. OLE color: 5069670.
HSL color Cylindrical-coordinate representation of color #665B4D: hue angle of 33.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #665B4D is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 77 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.6 |
| HSL | 33.6º | 0.14% | 0.35% | - |
| HSV(B) | 33.6º | 0.25% | 0.4% | - |
| XYZ | 10.56 | 10.84 | 8.56 | - |
| YUV | 92.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 77 | 0 | 0.11 | 0.25 | 0.6 | 33.6 | 0.14 | 0.35 |
| Hex | 66 | 5B | 4D | 0 | B | 19 | 3C | 22 | E | 23 |
| Octal | 146 | 133 | 115 | 0 | 13 | 31 | 74 | 42 | 16 | 43 |
| Binary | 1100110 | 1011011 | 1001101 | 0 | 1011 | 11001 | 111100 | 100010 | 1110 | 100011 |
Color Harmonies of #665B4D
Complementary color
Monochromatic Colors of #665B4D
Black with #665B4D
Text Example
Text Example
White with #665B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B4D; }
p { color: rgb(102,91,77); }
H1.HeaderClassName
{
color: #665B4D;
}
.AnyTagClassName
{
color: #665B4D;
}
</style>
background-color css
<style>
a { background-color: #665B4D; }
a { background-color: rgb(102,91,77); }
div.DivClassName
{
background-color: #665B4D;
}
.BgClassName
{
background-color: #665B4D;
}
</style>
border-color css
<style>
span { border-color: #665B4D; }
span { border-color: rgb(102,91,77); }
td.TdClassName
{
border-color: #665B4D;
}
.TagClassName
{
border-color: #665B4D;
}
</style>