Shades of Makara #675C4E
Tints of Makara #675C4E
RGB
CMYK
RGB Variations
Color information
#675C4E (or 0x675C4E) is known color: Makara. HEX triplet: 67, 5C and 4E. RGB value is (103,92,78). Sum of RGB (Red+Green+Blue) = 103+92+78=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C4E is #98A3B1. Grayscale: #5D5D5D. Windows color (decimal): -10003378 or 5135463. OLE color: 5135463.
HSL color Cylindrical-coordinate representation of color #675C4E: hue angle of 33.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #675C4E is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 78 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.60 |
| HSL | 33.6º | 0.14% | 0.35% | - |
| HSV(B) | 33.6º | 0.24% | 0.4% | - |
| XYZ | 10.8 | 11.09 | 8.78 | - |
| YUV | 93.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 78 | 0 | 0.11 | 0.24 | 0.60 | 33.6 | 0.14 | 0.35 |
| Hex | 67 | 5C | 4E | 0 | B | 18 | 3C | 22 | E | 23 |
| Octal | 147 | 134 | 116 | 0 | 13 | 30 | 74 | 42 | 16 | 43 |
| Binary | 1100111 | 1011100 | 1001110 | 0 | 1011 | 11000 | 111100 | 100010 | 1110 | 100011 |
Color Harmonies of #675C4E
Complementary color
Monochromatic Colors of #675C4E
Black with #675C4E
Text Example
Text Example
White with #675C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C4E; }
p { color: rgb(103,92,78); }
H1.HeaderClassName
{
color: #675C4E;
}
.AnyTagClassName
{
color: #675C4E;
}
</style>
background-color css
<style>
a { background-color: #675C4E; }
a { background-color: rgb(103,92,78); }
div.DivClassName
{
background-color: #675C4E;
}
.BgClassName
{
background-color: #675C4E;
}
</style>
border-color css
<style>
span { border-color: #675C4E; }
span { border-color: rgb(103,92,78); }
td.TdClassName
{
border-color: #675C4E;
}
.TagClassName
{
border-color: #675C4E;
}
</style>