Shades of Makara #6B6353
Tints of Makara #6B6353
RGB
CMYK
RGB Variations
Color information
#6B6353 (or 0x6B6353) is known color: Makara. HEX triplet: 6B, 63 and 53. RGB value is (107,99,83). Sum of RGB (Red+Green+Blue) = 107+99+83=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6353 is #949CAC. Grayscale: #636363. Windows color (decimal): -9739437 or 5464939. OLE color: 5464939.
HSL color Cylindrical-coordinate representation of color #6B6353: hue angle of 40º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B6353 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 99 | 83 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.58 |
| HSL | 40º | 0.13% | 0.37% | - |
| HSV(B) | 40º | 0.22% | 0.42% | - |
| XYZ | 12.09 | 12.67 | 9.99 | - |
| YUV | 99.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 83 | 0 | 0.07 | 0.22 | 0.58 | 40 | 0.13 | 0.37 |
| Hex | 6B | 63 | 53 | 0 | 7 | 16 | 3A | 28 | D | 25 |
| Octal | 153 | 143 | 123 | 0 | 7 | 26 | 72 | 50 | 15 | 45 |
| Binary | 1101011 | 1100011 | 1010011 | 0 | 111 | 10110 | 111010 | 101000 | 1101 | 100101 |
Color Harmonies of #6B6353
Complementary color
Monochromatic Colors of #6B6353
Black with #6B6353
Text Example
Text Example
White with #6B6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6353; }
p { color: rgb(107,99,83); }
H1.HeaderClassName
{
color: #6B6353;
}
.AnyTagClassName
{
color: #6B6353;
}
</style>
background-color css
<style>
a { background-color: #6B6353; }
a { background-color: rgb(107,99,83); }
div.DivClassName
{
background-color: #6B6353;
}
.BgClassName
{
background-color: #6B6353;
}
</style>
border-color css
<style>
span { border-color: #6B6353; }
span { border-color: rgb(107,99,83); }
td.TdClassName
{
border-color: #6B6353;
}
.TagClassName
{
border-color: #6B6353;
}
</style>