Shades of Makara #665A45
Tints of Makara #665A45
RGB
CMYK
RGB Variations
Color information
#665A45 (or 0x665A45) is known color: Makara. HEX triplet: 66, 5A and 45. RGB value is (102,90,69). Sum of RGB (Red+Green+Blue) = 102+90+69=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #665A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A45 is #99A5BA. Grayscale: #5B5B5B. Windows color (decimal): -10069435 or 4545126. OLE color: 4545126.
HSL color Cylindrical-coordinate representation of color #665A45: hue angle of 38.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #665A45 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 69 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.6 |
| HSL | 38.18º | 0.19% | 0.34% | - |
| HSV(B) | 38.18º | 0.32% | 0.4% | - |
| XYZ | 10.21 | 10.57 | 7.13 | - |
| YUV | 91.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 69 | 0 | 0.12 | 0.32 | 0.6 | 38.18 | 0.19 | 0.34 |
| Hex | 66 | 5A | 45 | 0 | C | 20 | 3C | 26 | 13 | 22 |
| Octal | 146 | 132 | 105 | 0 | 14 | 40 | 74 | 46 | 23 | 42 |
| Binary | 1100110 | 1011010 | 1000101 | 0 | 1100 | 100000 | 111100 | 100110 | 10011 | 100010 |
Color Harmonies of #665A45
Complementary color
Monochromatic Colors of #665A45
Black with #665A45
Text Example
Text Example
White with #665A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A45; }
p { color: rgb(102,90,69); }
H1.HeaderClassName
{
color: #665A45;
}
.AnyTagClassName
{
color: #665A45;
}
</style>
background-color css
<style>
a { background-color: #665A45; }
a { background-color: rgb(102,90,69); }
div.DivClassName
{
background-color: #665A45;
}
.BgClassName
{
background-color: #665A45;
}
</style>
border-color css
<style>
span { border-color: #665A45; }
span { border-color: rgb(102,90,69); }
td.TdClassName
{
border-color: #665A45;
}
.TagClassName
{
border-color: #665A45;
}
</style>