Shades of Makara #6B6358
Tints of Makara #6B6358
RGB
CMYK
RGB Variations
Color information
#6B6358 (or 0x6B6358) is known color: Makara. HEX triplet: 6B, 63 and 58. RGB value is (107,99,88). Sum of RGB (Red+Green+Blue) = 107+99+88=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6358 is #949CA7. Grayscale: #646464. Windows color (decimal): -9739432 or 5792619. OLE color: 5792619.
HSL color Cylindrical-coordinate representation of color #6B6358: hue angle of 34.74º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B6358 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 99 | 88 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.58 |
| HSL | 34.74º | 0.1% | 0.38% | - |
| HSV(B) | 34.74º | 0.18% | 0.42% | - |
| XYZ | 12.29 | 12.75 | 11.05 | - |
| YUV | 100.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 88 | 0 | 0.07 | 0.18 | 0.58 | 34.74 | 0.1 | 0.38 |
| Hex | 6B | 63 | 58 | 0 | 7 | 12 | 3A | 23 | A | 26 |
| Octal | 153 | 143 | 130 | 0 | 7 | 22 | 72 | 43 | 12 | 46 |
| Binary | 1101011 | 1100011 | 1011000 | 0 | 111 | 10010 | 111010 | 100011 | 1010 | 100110 |
Color Harmonies of #6B6358
Complementary color
Monochromatic Colors of #6B6358
Black with #6B6358
Text Example
Text Example
White with #6B6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6358; }
p { color: rgb(107,99,88); }
H1.HeaderClassName
{
color: #6B6358;
}
.AnyTagClassName
{
color: #6B6358;
}
</style>
background-color css
<style>
a { background-color: #6B6358; }
a { background-color: rgb(107,99,88); }
div.DivClassName
{
background-color: #6B6358;
}
.BgClassName
{
background-color: #6B6358;
}
</style>
border-color css
<style>
span { border-color: #6B6358; }
span { border-color: rgb(107,99,88); }
td.TdClassName
{
border-color: #6B6358;
}
.TagClassName
{
border-color: #6B6358;
}
</style>