Shades of Makara #665A47
Tints of Makara #665A47
RGB
CMYK
RGB Variations
Color information
#665A47 (or 0x665A47) is known color: Makara. HEX triplet: 66, 5A and 47. RGB value is (102,90,71). Sum of RGB (Red+Green+Blue) = 102+90+71=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #665A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A47 is #99A5B8. Grayscale: #5B5B5B. Windows color (decimal): -10069433 or 4676198. OLE color: 4676198.
HSL color Cylindrical-coordinate representation of color #665A47: hue angle of 36.77º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665A47 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 71 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.6 |
| HSL | 36.77º | 0.18% | 0.34% | - |
| HSV(B) | 36.77º | 0.3% | 0.4% | - |
| XYZ | 10.27 | 10.59 | 7.46 | - |
| YUV | 91.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 71 | 0 | 0.12 | 0.30 | 0.6 | 36.77 | 0.18 | 0.34 |
| Hex | 66 | 5A | 47 | 0 | C | 1E | 3C | 25 | 12 | 22 |
| Octal | 146 | 132 | 107 | 0 | 14 | 36 | 74 | 45 | 22 | 42 |
| Binary | 1100110 | 1011010 | 1000111 | 0 | 1100 | 11110 | 111100 | 100101 | 10010 | 100010 |
Color Harmonies of #665A47
Complementary color
Monochromatic Colors of #665A47
Black with #665A47
Text Example
Text Example
White with #665A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A47; }
p { color: rgb(102,90,71); }
H1.HeaderClassName
{
color: #665A47;
}
.AnyTagClassName
{
color: #665A47;
}
</style>
background-color css
<style>
a { background-color: #665A47; }
a { background-color: rgb(102,90,71); }
div.DivClassName
{
background-color: #665A47;
}
.BgClassName
{
background-color: #665A47;
}
</style>
border-color css
<style>
span { border-color: #665A47; }
span { border-color: rgb(102,90,71); }
td.TdClassName
{
border-color: #665A47;
}
.TagClassName
{
border-color: #665A47;
}
</style>