Shades of Makara #675D52
Tints of Makara #675D52
RGB
CMYK
RGB Variations
Color information
#675D52 (or 0x675D52) is known color: Makara. HEX triplet: 67, 5D and 52. RGB value is (103,93,82). Sum of RGB (Red+Green+Blue) = 103+93+82=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #675D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D52 is #98A2AD. Grayscale: #5E5E5E. Windows color (decimal): -10003118 or 5397863. OLE color: 5397863.
HSL color Cylindrical-coordinate representation of color #675D52: hue angle of 31.43º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675D52 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 82 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.60 |
| HSL | 31.43º | 0.11% | 0.36% | - |
| HSV(B) | 31.43º | 0.2% | 0.4% | - |
| XYZ | 11.03 | 11.32 | 9.59 | - |
| YUV | 94.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 82 | 0 | 0.10 | 0.20 | 0.60 | 31.43 | 0.11 | 0.36 |
| Hex | 67 | 5D | 52 | 0 | A | 14 | 3C | 1F | B | 24 |
| Octal | 147 | 135 | 122 | 0 | 12 | 24 | 74 | 37 | 13 | 44 |
| Binary | 1100111 | 1011101 | 1010010 | 0 | 1010 | 10100 | 111100 | 11111 | 1011 | 100100 |
Color Harmonies of #675D52
Complementary color
Monochromatic Colors of #675D52
Black with #675D52
Text Example
Text Example
White with #675D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D52; }
p { color: rgb(103,93,82); }
H1.HeaderClassName
{
color: #675D52;
}
.AnyTagClassName
{
color: #675D52;
}
</style>
background-color css
<style>
a { background-color: #675D52; }
a { background-color: rgb(103,93,82); }
div.DivClassName
{
background-color: #675D52;
}
.BgClassName
{
background-color: #675D52;
}
</style>
border-color css
<style>
span { border-color: #675D52; }
span { border-color: rgb(103,93,82); }
td.TdClassName
{
border-color: #675D52;
}
.TagClassName
{
border-color: #675D52;
}
</style>