Shades of Makara #6B5F4C
Tints of Makara #6B5F4C
RGB
CMYK
RGB Variations
Color information
#6B5F4C (or 0x6B5F4C) is known color: Makara. HEX triplet: 6B, 5F and 4C. RGB value is (107,95,76). Sum of RGB (Red+Green+Blue) = 107+95+76=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F4C is #94A0B3. Grayscale: #606060. Windows color (decimal): -9740468 or 5005163. OLE color: 5005163.
HSL color Cylindrical-coordinate representation of color #6B5F4C: hue angle of 36.77º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B5F4C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 76 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.58 |
| HSL | 36.77º | 0.17% | 0.36% | - |
| HSV(B) | 36.77º | 0.29% | 0.42% | - |
| XYZ | 11.46 | 11.83 | 8.52 | - |
| YUV | 96.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 76 | 0 | 0.11 | 0.29 | 0.58 | 36.77 | 0.17 | 0.36 |
| Hex | 6B | 5F | 4C | 0 | B | 1D | 3A | 25 | 11 | 24 |
| Octal | 153 | 137 | 114 | 0 | 13 | 35 | 72 | 45 | 21 | 44 |
| Binary | 1101011 | 1011111 | 1001100 | 0 | 1011 | 11101 | 111010 | 100101 | 10001 | 100100 |
Color Harmonies of #6B5F4C
Complementary color
Monochromatic Colors of #6B5F4C
Black with #6B5F4C
Text Example
Text Example
White with #6B5F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F4C; }
p { color: rgb(107,95,76); }
H1.HeaderClassName
{
color: #6B5F4C;
}
.AnyTagClassName
{
color: #6B5F4C;
}
</style>
background-color css
<style>
a { background-color: #6B5F4C; }
a { background-color: rgb(107,95,76); }
div.DivClassName
{
background-color: #6B5F4C;
}
.BgClassName
{
background-color: #6B5F4C;
}
</style>
border-color css
<style>
span { border-color: #6B5F4C; }
span { border-color: rgb(107,95,76); }
td.TdClassName
{
border-color: #6B5F4C;
}
.TagClassName
{
border-color: #6B5F4C;
}
</style>