Shades of Makara #635D4E
Tints of Makara #635D4E
RGB
CMYK
RGB Variations
Color information
#635D4E (or 0x635D4E) is known color: Makara. HEX triplet: 63, 5D and 4E. RGB value is (99,93,78). Sum of RGB (Red+Green+Blue) = 99+93+78=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D4E is #9CA2B1. Grayscale: #5D5D5D. Windows color (decimal): -10265266 or 5135715. OLE color: 5135715.
HSL color Cylindrical-coordinate representation of color #635D4E: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #635D4E is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 78 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.61 |
| HSL | 42.86º | 0.12% | 0.35% | - |
| HSV(B) | 42.86º | 0.21% | 0.39% | - |
| XYZ | 10.44 | 11.03 | 8.79 | - |
| YUV | 93.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 78 | 0 | 0.06 | 0.21 | 0.61 | 42.86 | 0.12 | 0.35 |
| Hex | 63 | 5D | 4E | 0 | 6 | 15 | 3D | 2B | C | 23 |
| Octal | 143 | 135 | 116 | 0 | 6 | 25 | 75 | 53 | 14 | 43 |
| Binary | 1100011 | 1011101 | 1001110 | 0 | 110 | 10101 | 111101 | 101011 | 1100 | 100011 |
Color Harmonies of #635D4E
Complementary color
Monochromatic Colors of #635D4E
Black with #635D4E
Text Example
Text Example
White with #635D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D4E; }
p { color: rgb(99,93,78); }
H1.HeaderClassName
{
color: #635D4E;
}
.AnyTagClassName
{
color: #635D4E;
}
</style>
background-color css
<style>
a { background-color: #635D4E; }
a { background-color: rgb(99,93,78); }
div.DivClassName
{
background-color: #635D4E;
}
.BgClassName
{
background-color: #635D4E;
}
</style>
border-color css
<style>
span { border-color: #635D4E; }
span { border-color: rgb(99,93,78); }
td.TdClassName
{
border-color: #635D4E;
}
.TagClassName
{
border-color: #635D4E;
}
</style>