Shades of Makara #676050
Tints of Makara #676050
RGB
CMYK
RGB Variations
Color information
#676050 (or 0x676050) is known color: Makara. HEX triplet: 67, 60 and 50. RGB value is (103,96,80). Sum of RGB (Red+Green+Blue) = 103+96+80=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #676050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676050 is #989FAF. Grayscale: #606060. Windows color (decimal): -10002352 or 5267559. OLE color: 5267559.
HSL color Cylindrical-coordinate representation of color #676050: hue angle of 41.74º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #676050 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 80 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.60 |
| HSL | 41.74º | 0.13% | 0.36% | - |
| HSV(B) | 41.74º | 0.22% | 0.4% | - |
| XYZ | 11.22 | 11.83 | 9.28 | - |
| YUV | 96.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 80 | 0 | 0.07 | 0.22 | 0.60 | 41.74 | 0.13 | 0.36 |
| Hex | 67 | 60 | 50 | 0 | 7 | 16 | 3C | 2A | D | 24 |
| Octal | 147 | 140 | 120 | 0 | 7 | 26 | 74 | 52 | 15 | 44 |
| Binary | 1100111 | 1100000 | 1010000 | 0 | 111 | 10110 | 111100 | 101010 | 1101 | 100100 |
Color Harmonies of #676050
Complementary color
Monochromatic Colors of #676050
Black with #676050
Text Example
Text Example
White with #676050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676050; }
p { color: rgb(103,96,80); }
H1.HeaderClassName
{
color: #676050;
}
.AnyTagClassName
{
color: #676050;
}
</style>
background-color css
<style>
a { background-color: #676050; }
a { background-color: rgb(103,96,80); }
div.DivClassName
{
background-color: #676050;
}
.BgClassName
{
background-color: #676050;
}
</style>
border-color css
<style>
span { border-color: #676050; }
span { border-color: rgb(103,96,80); }
td.TdClassName
{
border-color: #676050;
}
.TagClassName
{
border-color: #676050;
}
</style>