Shades of Makara #675D4C
Tints of Makara #675D4C
RGB
CMYK
RGB Variations
Color information
#675D4C (or 0x675D4C) is known color: Makara. HEX triplet: 67, 5D and 4C. RGB value is (103,93,76). Sum of RGB (Red+Green+Blue) = 103+93+76=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #675D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D4C is #98A2B3. Grayscale: #5E5E5E. Windows color (decimal): -10003124 or 5004647. OLE color: 5004647.
HSL color Cylindrical-coordinate representation of color #675D4C: hue angle of 37.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #675D4C is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 76 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.60 |
| HSL | 37.78º | 0.15% | 0.35% | - |
| HSV(B) | 37.78º | 0.26% | 0.4% | - |
| XYZ | 10.81 | 11.23 | 8.44 | - |
| YUV | 94.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 76 | 0 | 0.10 | 0.26 | 0.60 | 37.78 | 0.15 | 0.35 |
| Hex | 67 | 5D | 4C | 0 | A | 1A | 3C | 26 | F | 23 |
| Octal | 147 | 135 | 114 | 0 | 12 | 32 | 74 | 46 | 17 | 43 |
| Binary | 1100111 | 1011101 | 1001100 | 0 | 1010 | 11010 | 111100 | 100110 | 1111 | 100011 |
Color Harmonies of #675D4C
Complementary color
Monochromatic Colors of #675D4C
Black with #675D4C
Text Example
Text Example
White with #675D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D4C; }
p { color: rgb(103,93,76); }
H1.HeaderClassName
{
color: #675D4C;
}
.AnyTagClassName
{
color: #675D4C;
}
</style>
background-color css
<style>
a { background-color: #675D4C; }
a { background-color: rgb(103,93,76); }
div.DivClassName
{
background-color: #675D4C;
}
.BgClassName
{
background-color: #675D4C;
}
</style>
border-color css
<style>
span { border-color: #675D4C; }
span { border-color: rgb(103,93,76); }
td.TdClassName
{
border-color: #675D4C;
}
.TagClassName
{
border-color: #675D4C;
}
</style>