Shades of Makara #6B5E4F
Tints of Makara #6B5E4F
RGB
CMYK
RGB Variations
Color information
#6B5E4F (or 0x6B5E4F) is known color: Makara. HEX triplet: 6B, 5E and 4F. RGB value is (107,94,79). Sum of RGB (Red+Green+Blue) = 107+94+79=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E4F is #94A1B0. Grayscale: #606060. Windows color (decimal): -9740721 or 5201515. OLE color: 5201515.
HSL color Cylindrical-coordinate representation of color #6B5E4F: hue angle of 32.14º 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 #6B5E4F is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 94 | 79 | - |
CMYK | 0 | 0.12 | 0.26 | 0.58 |
HSL | 32.14º | 0.15% | 0.36% | - |
HSV(B) | 32.14º | 0.26% | 0.42% | - |
XYZ | 11.48 | 11.7 | 9.05 | - |
YUV | 96.18 | 118.31 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 94 | 79 | 0 | 0.12 | 0.26 | 0.58 | 32.14 | 0.15 | 0.36 |
Hex | 6B | 5E | 4F | 0 | C | 1A | 3A | 20 | F | 24 |
Octal | 153 | 136 | 117 | 0 | 14 | 32 | 72 | 40 | 17 | 44 |
Binary | 1101011 | 1011110 | 1001111 | 0 | 1100 | 11010 | 111010 | 100000 | 1111 | 100100 |
Color Harmonies of #6B5E4F
Complementary color
Monochromatic Colors of #6B5E4F
Black with #6B5E4F
Text Example
Text Example
White with #6B5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E4F; }
p { color: rgb(107,94,79); }
H1.HeaderClassName
{
color: #6B5E4F;
}
.AnyTagClassName
{
color: #6B5E4F;
}
</style>
background-color css
<style>
a { background-color: #6B5E4F; }
a { background-color: rgb(107,94,79); }
div.DivClassName
{
background-color: #6B5E4F;
}
.BgClassName
{
background-color: #6B5E4F;
}
</style>
border-color css
<style>
span { border-color: #6B5E4F; }
span { border-color: rgb(107,94,79); }
td.TdClassName
{
border-color: #6B5E4F;
}
.TagClassName
{
border-color: #6B5E4F;
}
</style>