Shades of Makara #675D4D
Tints of Makara #675D4D
RGB
CMYK
RGB Variations
Color information
#675D4D (or 0x675D4D) is known color: Makara. HEX triplet: 67, 5D and 4D. RGB value is (103,93,77). Sum of RGB (Red+Green+Blue) = 103+93+77=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D4D is #98A2B2. Grayscale: #5E5E5E. Windows color (decimal): -10003123 or 5070183. OLE color: 5070183.
HSL color Cylindrical-coordinate representation of color #675D4D: hue angle of 36.92º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #675D4D is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 77 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.60 |
| HSL | 36.92º | 0.14% | 0.35% | - |
| HSV(B) | 36.92º | 0.25% | 0.4% | - |
| XYZ | 10.85 | 11.25 | 8.62 | - |
| YUV | 94.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 77 | 0 | 0.10 | 0.25 | 0.60 | 36.92 | 0.14 | 0.35 |
| Hex | 67 | 5D | 4D | 0 | A | 19 | 3C | 25 | E | 23 |
| Octal | 147 | 135 | 115 | 0 | 12 | 31 | 74 | 45 | 16 | 43 |
| Binary | 1100111 | 1011101 | 1001101 | 0 | 1010 | 11001 | 111100 | 100101 | 1110 | 100011 |
Color Harmonies of #675D4D
Complementary color
Monochromatic Colors of #675D4D
Black with #675D4D
Text Example
Text Example
White with #675D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D4D; }
p { color: rgb(103,93,77); }
H1.HeaderClassName
{
color: #675D4D;
}
.AnyTagClassName
{
color: #675D4D;
}
</style>
background-color css
<style>
a { background-color: #675D4D; }
a { background-color: rgb(103,93,77); }
div.DivClassName
{
background-color: #675D4D;
}
.BgClassName
{
background-color: #675D4D;
}
</style>
border-color css
<style>
span { border-color: #675D4D; }
span { border-color: rgb(103,93,77); }
td.TdClassName
{
border-color: #675D4D;
}
.TagClassName
{
border-color: #675D4D;
}
</style>