Shades of Makara #675C49
Tints of Makara #675C49
RGB
CMYK
RGB Variations
Color information
#675C49 (or 0x675C49) is known color: Makara. HEX triplet: 67, 5C and 49. RGB value is (103,92,73). Sum of RGB (Red+Green+Blue) = 103+92+73=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675C49 is #98A3B6. Grayscale: #5D5D5D. Windows color (decimal): -10003383 or 4807783. OLE color: 4807783.
HSL color Cylindrical-coordinate representation of color #675C49: hue angle of 38º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #675C49 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 73 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.60 |
| HSL | 38º | 0.17% | 0.35% | - |
| HSV(B) | 38º | 0.29% | 0.4% | - |
| XYZ | 10.62 | 11.02 | 7.87 | - |
| YUV | 93.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 73 | 0 | 0.11 | 0.29 | 0.60 | 38 | 0.17 | 0.35 |
| Hex | 67 | 5C | 49 | 0 | B | 1D | 3C | 26 | 11 | 23 |
| Octal | 147 | 134 | 111 | 0 | 13 | 35 | 74 | 46 | 21 | 43 |
| Binary | 1100111 | 1011100 | 1001001 | 0 | 1011 | 11101 | 111100 | 100110 | 10001 | 100011 |
Color Harmonies of #675C49
Complementary color
Monochromatic Colors of #675C49
Black with #675C49
Text Example
Text Example
White with #675C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C49; }
p { color: rgb(103,92,73); }
H1.HeaderClassName
{
color: #675C49;
}
.AnyTagClassName
{
color: #675C49;
}
</style>
background-color css
<style>
a { background-color: #675C49; }
a { background-color: rgb(103,92,73); }
div.DivClassName
{
background-color: #675C49;
}
.BgClassName
{
background-color: #675C49;
}
</style>
border-color css
<style>
span { border-color: #675C49; }
span { border-color: rgb(103,92,73); }
td.TdClassName
{
border-color: #675C49;
}
.TagClassName
{
border-color: #675C49;
}
</style>