Shades of Makara #6B6155
Tints of Makara #6B6155
RGB
CMYK
RGB Variations
Color information
#6B6155 (or 0x6B6155) is known color: Makara. HEX triplet: 6B, 61 and 55. RGB value is (107,97,85). Sum of RGB (Red+Green+Blue) = 107+97+85=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6155 is #949EAA. Grayscale: #626262. Windows color (decimal): -9739947 or 5595499. OLE color: 5595499.
HSL color Cylindrical-coordinate representation of color #6B6155: hue angle of 32.73º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B6155 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 85 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.58 |
| HSL | 32.73º | 0.11% | 0.38% | - |
| HSV(B) | 32.73º | 0.21% | 0.42% | - |
| XYZ | 11.98 | 12.33 | 10.34 | - |
| YUV | 98.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 85 | 0 | 0.09 | 0.21 | 0.58 | 32.73 | 0.11 | 0.38 |
| Hex | 6B | 61 | 55 | 0 | 9 | 15 | 3A | 21 | B | 26 |
| Octal | 153 | 141 | 125 | 0 | 11 | 25 | 72 | 41 | 13 | 46 |
| Binary | 1101011 | 1100001 | 1010101 | 0 | 1001 | 10101 | 111010 | 100001 | 1011 | 100110 |
Color Harmonies of #6B6155
Complementary color
Monochromatic Colors of #6B6155
Black with #6B6155
Text Example
Text Example
White with #6B6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6155; }
p { color: rgb(107,97,85); }
H1.HeaderClassName
{
color: #6B6155;
}
.AnyTagClassName
{
color: #6B6155;
}
</style>
background-color css
<style>
a { background-color: #6B6155; }
a { background-color: rgb(107,97,85); }
div.DivClassName
{
background-color: #6B6155;
}
.BgClassName
{
background-color: #6B6155;
}
</style>
border-color css
<style>
span { border-color: #6B6155; }
span { border-color: rgb(107,97,85); }
td.TdClassName
{
border-color: #6B6155;
}
.TagClassName
{
border-color: #6B6155;
}
</style>