Shades of Makara #665B48
Tints of Makara #665B48
RGB
CMYK
RGB Variations
Color information
#665B48 (or 0x665B48) is known color: Makara. HEX triplet: 66, 5B and 48. RGB value is (102,91,72). Sum of RGB (Red+Green+Blue) = 102+91+72=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #665B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B48 is #99A4B7. Grayscale: #5C5C5C. Windows color (decimal): -10069176 or 4741990. OLE color: 4741990.
HSL color Cylindrical-coordinate representation of color #665B48: hue angle of 38º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #665B48 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 72 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.6 |
| HSL | 38º | 0.17% | 0.34% | - |
| HSV(B) | 38º | 0.29% | 0.4% | - |
| XYZ | 10.39 | 10.77 | 7.66 | - |
| YUV | 92.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 72 | 0 | 0.11 | 0.29 | 0.6 | 38 | 0.17 | 0.34 |
| Hex | 66 | 5B | 48 | 0 | B | 1D | 3C | 26 | 11 | 22 |
| Octal | 146 | 133 | 110 | 0 | 13 | 35 | 74 | 46 | 21 | 42 |
| Binary | 1100110 | 1011011 | 1001000 | 0 | 1011 | 11101 | 111100 | 100110 | 10001 | 100010 |
Color Harmonies of #665B48
Complementary color
Monochromatic Colors of #665B48
Black with #665B48
Text Example
Text Example
White with #665B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B48; }
p { color: rgb(102,91,72); }
H1.HeaderClassName
{
color: #665B48;
}
.AnyTagClassName
{
color: #665B48;
}
</style>
background-color css
<style>
a { background-color: #665B48; }
a { background-color: rgb(102,91,72); }
div.DivClassName
{
background-color: #665B48;
}
.BgClassName
{
background-color: #665B48;
}
</style>
border-color css
<style>
span { border-color: #665B48; }
span { border-color: rgb(102,91,72); }
td.TdClassName
{
border-color: #665B48;
}
.TagClassName
{
border-color: #665B48;
}
</style>