Shades of Makara #6B6359
Tints of Makara #6B6359
RGB
CMYK
RGB Variations
Color information
#6B6359 (or 0x6B6359) is known color: Makara. HEX triplet: 6B, 63 and 59. RGB value is (107,99,89). Sum of RGB (Red+Green+Blue) = 107+99+89=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6359 is #949CA6. Grayscale: #646464. Windows color (decimal): -9739431 or 5858155. OLE color: 5858155.
HSL color Cylindrical-coordinate representation of color #6B6359: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B6359 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 99 | 89 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.58 |
| HSL | 33.33º | 0.09% | 0.38% | - |
| HSV(B) | 33.33º | 0.17% | 0.42% | - |
| XYZ | 12.33 | 12.77 | 11.27 | - |
| YUV | 100.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 89 | 0 | 0.07 | 0.17 | 0.58 | 33.33 | 0.09 | 0.38 |
| Hex | 6B | 63 | 59 | 0 | 7 | 11 | 3A | 21 | 9 | 26 |
| Octal | 153 | 143 | 131 | 0 | 7 | 21 | 72 | 41 | 11 | 46 |
| Binary | 1101011 | 1100011 | 1011001 | 0 | 111 | 10001 | 111010 | 100001 | 1001 | 100110 |
Color Harmonies of #6B6359
Complementary color
Monochromatic Colors of #6B6359
Black with #6B6359
Text Example
Text Example
White with #6B6359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6359; }
p { color: rgb(107,99,89); }
H1.HeaderClassName
{
color: #6B6359;
}
.AnyTagClassName
{
color: #6B6359;
}
</style>
background-color css
<style>
a { background-color: #6B6359; }
a { background-color: rgb(107,99,89); }
div.DivClassName
{
background-color: #6B6359;
}
.BgClassName
{
background-color: #6B6359;
}
</style>
border-color css
<style>
span { border-color: #6B6359; }
span { border-color: rgb(107,99,89); }
td.TdClassName
{
border-color: #6B6359;
}
.TagClassName
{
border-color: #6B6359;
}
</style>