Shades of Makara #676153
Tints of Makara #676153
RGB
CMYK
RGB Variations
Color information
#676153 (or 0x676153) is known color: Makara. HEX triplet: 67, 61 and 53. RGB value is (103,97,83). Sum of RGB (Red+Green+Blue) = 103+97+83=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #676153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676153 is #989EAC. Grayscale: #616161. Windows color (decimal): -10002093 or 5464423. OLE color: 5464423.
HSL color Cylindrical-coordinate representation of color #676153: hue angle of 42º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #676153 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 83 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.60 |
| HSL | 42º | 0.11% | 0.36% | - |
| HSV(B) | 42º | 0.19% | 0.4% | - |
| XYZ | 11.43 | 12.06 | 9.91 | - |
| YUV | 97.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 83 | 0 | 0.06 | 0.19 | 0.60 | 42 | 0.11 | 0.36 |
| Hex | 67 | 61 | 53 | 0 | 6 | 13 | 3C | 2A | B | 24 |
| Octal | 147 | 141 | 123 | 0 | 6 | 23 | 74 | 52 | 13 | 44 |
| Binary | 1100111 | 1100001 | 1010011 | 0 | 110 | 10011 | 111100 | 101010 | 1011 | 100100 |
Color Harmonies of #676153
Complementary color
Monochromatic Colors of #676153
Black with #676153
Text Example
Text Example
White with #676153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676153; }
p { color: rgb(103,97,83); }
H1.HeaderClassName
{
color: #676153;
}
.AnyTagClassName
{
color: #676153;
}
</style>
background-color css
<style>
a { background-color: #676153; }
a { background-color: rgb(103,97,83); }
div.DivClassName
{
background-color: #676153;
}
.BgClassName
{
background-color: #676153;
}
</style>
border-color css
<style>
span { border-color: #676153; }
span { border-color: rgb(103,97,83); }
td.TdClassName
{
border-color: #676153;
}
.TagClassName
{
border-color: #676153;
}
</style>