Shades of Makara #6B614F
Tints of Makara #6B614F
RGB
CMYK
RGB Variations
Color information
#6B614F (or 0x6B614F) is known color: Makara. HEX triplet: 6B, 61 and 4F. RGB value is (107,97,79). Sum of RGB (Red+Green+Blue) = 107+97+79=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B614F is #949EB0. Grayscale: #626262. Windows color (decimal): -9739953 or 5202283. OLE color: 5202283.
HSL color Cylindrical-coordinate representation of color #6B614F: hue angle of 38.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B614F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 79 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.58 |
| HSL | 38.57º | 0.15% | 0.36% | - |
| HSV(B) | 38.57º | 0.26% | 0.42% | - |
| XYZ | 11.75 | 12.24 | 9.14 | - |
| YUV | 97.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 79 | 0 | 0.09 | 0.26 | 0.58 | 38.57 | 0.15 | 0.36 |
| Hex | 6B | 61 | 4F | 0 | 9 | 1A | 3A | 27 | F | 24 |
| Octal | 153 | 141 | 117 | 0 | 11 | 32 | 72 | 47 | 17 | 44 |
| Binary | 1101011 | 1100001 | 1001111 | 0 | 1001 | 11010 | 111010 | 100111 | 1111 | 100100 |
Color Harmonies of #6B614F
Complementary color
Monochromatic Colors of #6B614F
Black with #6B614F
Text Example
Text Example
White with #6B614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B614F; }
p { color: rgb(107,97,79); }
H1.HeaderClassName
{
color: #6B614F;
}
.AnyTagClassName
{
color: #6B614F;
}
</style>
background-color css
<style>
a { background-color: #6B614F; }
a { background-color: rgb(107,97,79); }
div.DivClassName
{
background-color: #6B614F;
}
.BgClassName
{
background-color: #6B614F;
}
</style>
border-color css
<style>
span { border-color: #6B614F; }
span { border-color: rgb(107,97,79); }
td.TdClassName
{
border-color: #6B614F;
}
.TagClassName
{
border-color: #6B614F;
}
</style>