Shades of Makara #6D6250
Tints of Makara #6D6250
RGB
CMYK
RGB Variations
Color information
#6D6250 (or 0x6D6250) is known color: Makara. HEX triplet: 6D, 62 and 50. RGB value is (109,98,80). Sum of RGB (Red+Green+Blue) = 109+98+80=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6250 is #929DAF. Grayscale: #636363. Windows color (decimal): -9608624 or 5268077. OLE color: 5268077.
HSL color Cylindrical-coordinate representation of color #6D6250: hue angle of 37.24º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6250 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 80 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.57 |
| HSL | 37.24º | 0.15% | 0.37% | - |
| HSV(B) | 37.24º | 0.27% | 0.43% | - |
| XYZ | 12.12 | 12.57 | 9.38 | - |
| YUV | 99.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 80 | 0 | 0.10 | 0.27 | 0.57 | 37.24 | 0.15 | 0.37 |
| Hex | 6D | 62 | 50 | 0 | A | 1B | 39 | 25 | F | 25 |
| Octal | 155 | 142 | 120 | 0 | 12 | 33 | 71 | 45 | 17 | 45 |
| Binary | 1101101 | 1100010 | 1010000 | 0 | 1010 | 11011 | 111001 | 100101 | 1111 | 100101 |
Color Harmonies of #6D6250
Complementary color
Monochromatic Colors of #6D6250
Black with #6D6250
Text Example
Text Example
White with #6D6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6250; }
p { color: rgb(109,98,80); }
H1.HeaderClassName
{
color: #6D6250;
}
.AnyTagClassName
{
color: #6D6250;
}
</style>
background-color css
<style>
a { background-color: #6D6250; }
a { background-color: rgb(109,98,80); }
div.DivClassName
{
background-color: #6D6250;
}
.BgClassName
{
background-color: #6D6250;
}
</style>
border-color css
<style>
span { border-color: #6D6250; }
span { border-color: rgb(109,98,80); }
td.TdClassName
{
border-color: #6D6250;
}
.TagClassName
{
border-color: #6D6250;
}
</style>