Shades of Makara #6B5F4F
Tints of Makara #6B5F4F
RGB
CMYK
RGB Variations
Color information
#6B5F4F (or 0x6B5F4F) is known color: Makara. HEX triplet: 6B, 5F and 4F. RGB value is (107,95,79). Sum of RGB (Red+Green+Blue) = 107+95+79=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F4F is #94A0B0. Grayscale: #606060. Windows color (decimal): -9740465 or 5201771. OLE color: 5201771.
HSL color Cylindrical-coordinate representation of color #6B5F4F: hue angle of 34.29º 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 #6B5F4F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 79 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.58 |
| HSL | 34.29º | 0.15% | 0.36% | - |
| HSV(B) | 34.29º | 0.26% | 0.42% | - |
| XYZ | 11.57 | 11.87 | 9.08 | - |
| YUV | 96.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 79 | 0 | 0.11 | 0.26 | 0.58 | 34.29 | 0.15 | 0.36 |
| Hex | 6B | 5F | 4F | 0 | B | 1A | 3A | 22 | F | 24 |
| Octal | 153 | 137 | 117 | 0 | 13 | 32 | 72 | 42 | 17 | 44 |
| Binary | 1101011 | 1011111 | 1001111 | 0 | 1011 | 11010 | 111010 | 100010 | 1111 | 100100 |
Color Harmonies of #6B5F4F
Complementary color
Monochromatic Colors of #6B5F4F
Black with #6B5F4F
Text Example
Text Example
White with #6B5F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F4F; }
p { color: rgb(107,95,79); }
H1.HeaderClassName
{
color: #6B5F4F;
}
.AnyTagClassName
{
color: #6B5F4F;
}
</style>
background-color css
<style>
a { background-color: #6B5F4F; }
a { background-color: rgb(107,95,79); }
div.DivClassName
{
background-color: #6B5F4F;
}
.BgClassName
{
background-color: #6B5F4F;
}
</style>
border-color css
<style>
span { border-color: #6B5F4F; }
span { border-color: rgb(107,95,79); }
td.TdClassName
{
border-color: #6B5F4F;
}
.TagClassName
{
border-color: #6B5F4F;
}
</style>