Shades of Makara #675C4C
Tints of Makara #675C4C
RGB
CMYK
RGB Variations
Color information
#675C4C (or 0x675C4C) is known color: Makara. HEX triplet: 67, 5C and 4C. RGB value is (103,92,76). Sum of RGB (Red+Green+Blue) = 103+92+76=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #675C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675C4C is #98A3B3. Grayscale: #5D5D5D. Windows color (decimal): -10003380 or 5004391. OLE color: 5004391.
HSL color Cylindrical-coordinate representation of color #675C4C: hue angle of 35.56º 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 #675C4C is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 76 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.60 |
| HSL | 35.56º | 0.15% | 0.35% | - |
| HSV(B) | 35.56º | 0.26% | 0.4% | - |
| XYZ | 10.73 | 11.06 | 8.41 | - |
| YUV | 93.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 76 | 0 | 0.11 | 0.26 | 0.60 | 35.56 | 0.15 | 0.35 |
| Hex | 67 | 5C | 4C | 0 | B | 1A | 3C | 24 | F | 23 |
| Octal | 147 | 134 | 114 | 0 | 13 | 32 | 74 | 44 | 17 | 43 |
| Binary | 1100111 | 1011100 | 1001100 | 0 | 1011 | 11010 | 111100 | 100100 | 1111 | 100011 |
Color Harmonies of #675C4C
Complementary color
Monochromatic Colors of #675C4C
Black with #675C4C
Text Example
Text Example
White with #675C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C4C; }
p { color: rgb(103,92,76); }
H1.HeaderClassName
{
color: #675C4C;
}
.AnyTagClassName
{
color: #675C4C;
}
</style>
background-color css
<style>
a { background-color: #675C4C; }
a { background-color: rgb(103,92,76); }
div.DivClassName
{
background-color: #675C4C;
}
.BgClassName
{
background-color: #675C4C;
}
</style>
border-color css
<style>
span { border-color: #675C4C; }
span { border-color: rgb(103,92,76); }
td.TdClassName
{
border-color: #675C4C;
}
.TagClassName
{
border-color: #675C4C;
}
</style>