Shades of Makara #6F6353
Tints of Makara #6F6353
RGB
CMYK
RGB Variations
Color information
#6F6353 (or 0x6F6353) is known color: Makara. HEX triplet: 6F, 63 and 53. RGB value is (111,99,83). Sum of RGB (Red+Green+Blue) = 111+99+83=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6353 is #909CAC. Grayscale: #646464. Windows color (decimal): -9477293 or 5464943. OLE color: 5464943.
HSL color Cylindrical-coordinate representation of color #6F6353: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F6353 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 83 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.56 |
| HSL | 34.29º | 0.14% | 0.38% | - |
| HSV(B) | 34.29º | 0.25% | 0.44% | - |
| XYZ | 12.58 | 12.93 | 10.02 | - |
| YUV | 100.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 83 | 0 | 0.11 | 0.25 | 0.56 | 34.29 | 0.14 | 0.38 |
| Hex | 6F | 63 | 53 | 0 | B | 19 | 38 | 22 | E | 26 |
| Octal | 157 | 143 | 123 | 0 | 13 | 31 | 70 | 42 | 16 | 46 |
| Binary | 1101111 | 1100011 | 1010011 | 0 | 1011 | 11001 | 111000 | 100010 | 1110 | 100110 |
Color Harmonies of #6F6353
Complementary color
Monochromatic Colors of #6F6353
Black with #6F6353
Text Example
Text Example
White with #6F6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6353; }
p { color: rgb(111,99,83); }
H1.HeaderClassName
{
color: #6F6353;
}
.AnyTagClassName
{
color: #6F6353;
}
</style>
background-color css
<style>
a { background-color: #6F6353; }
a { background-color: rgb(111,99,83); }
div.DivClassName
{
background-color: #6F6353;
}
.BgClassName
{
background-color: #6F6353;
}
</style>
border-color css
<style>
span { border-color: #6F6353; }
span { border-color: rgb(111,99,83); }
td.TdClassName
{
border-color: #6F6353;
}
.TagClassName
{
border-color: #6F6353;
}
</style>