Shades of Makara #676151
Tints of Makara #676151
RGB
CMYK
RGB Variations
Color information
#676151 (or 0x676151) is known color: Makara. HEX triplet: 67, 61 and 51. RGB value is (103,97,81). Sum of RGB (Red+Green+Blue) = 103+97+81=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #676151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676151 is #989EAE. Grayscale: #616161. Windows color (decimal): -10002095 or 5333351. OLE color: 5333351.
HSL color Cylindrical-coordinate representation of color #676151: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #676151 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 81 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.60 |
| HSL | 43.64º | 0.12% | 0.36% | - |
| HSV(B) | 43.64º | 0.21% | 0.4% | - |
| XYZ | 11.35 | 12.03 | 9.51 | - |
| YUV | 96.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 81 | 0 | 0.06 | 0.21 | 0.60 | 43.64 | 0.12 | 0.36 |
| Hex | 67 | 61 | 51 | 0 | 6 | 15 | 3C | 2C | C | 24 |
| Octal | 147 | 141 | 121 | 0 | 6 | 25 | 74 | 54 | 14 | 44 |
| Binary | 1100111 | 1100001 | 1010001 | 0 | 110 | 10101 | 111100 | 101100 | 1100 | 100100 |
Color Harmonies of #676151
Complementary color
Monochromatic Colors of #676151
Black with #676151
Text Example
Text Example
White with #676151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676151; }
p { color: rgb(103,97,81); }
H1.HeaderClassName
{
color: #676151;
}
.AnyTagClassName
{
color: #676151;
}
</style>
background-color css
<style>
a { background-color: #676151; }
a { background-color: rgb(103,97,81); }
div.DivClassName
{
background-color: #676151;
}
.BgClassName
{
background-color: #676151;
}
</style>
border-color css
<style>
span { border-color: #676151; }
span { border-color: rgb(103,97,81); }
td.TdClassName
{
border-color: #676151;
}
.TagClassName
{
border-color: #676151;
}
</style>