Shades of Makara #675D50
Tints of Makara #675D50
RGB
CMYK
RGB Variations
Color information
#675D50 (or 0x675D50) is known color: Makara. HEX triplet: 67, 5D and 50. RGB value is (103,93,80). Sum of RGB (Red+Green+Blue) = 103+93+80=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #675D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D50 is #98A2AF. Grayscale: #5E5E5E. Windows color (decimal): -10003120 or 5266791. OLE color: 5266791.
HSL color Cylindrical-coordinate representation of color #675D50: hue angle of 33.91º 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 #675D50 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 80 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.60 |
| HSL | 33.91º | 0.13% | 0.36% | - |
| HSV(B) | 33.91º | 0.22% | 0.4% | - |
| XYZ | 10.96 | 11.29 | 9.19 | - |
| YUV | 94.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 80 | 0 | 0.10 | 0.22 | 0.60 | 33.91 | 0.13 | 0.36 |
| Hex | 67 | 5D | 50 | 0 | A | 16 | 3C | 22 | D | 24 |
| Octal | 147 | 135 | 120 | 0 | 12 | 26 | 74 | 42 | 15 | 44 |
| Binary | 1100111 | 1011101 | 1010000 | 0 | 1010 | 10110 | 111100 | 100010 | 1101 | 100100 |
Color Harmonies of #675D50
Complementary color
Monochromatic Colors of #675D50
Black with #675D50
Text Example
Text Example
White with #675D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D50; }
p { color: rgb(103,93,80); }
H1.HeaderClassName
{
color: #675D50;
}
.AnyTagClassName
{
color: #675D50;
}
</style>
background-color css
<style>
a { background-color: #675D50; }
a { background-color: rgb(103,93,80); }
div.DivClassName
{
background-color: #675D50;
}
.BgClassName
{
background-color: #675D50;
}
</style>
border-color css
<style>
span { border-color: #675D50; }
span { border-color: rgb(103,93,80); }
td.TdClassName
{
border-color: #675D50;
}
.TagClassName
{
border-color: #675D50;
}
</style>