Shades of Makara #635D51
Tints of Makara #635D51
RGB
CMYK
RGB Variations
Color information
#635D51 (or 0x635D51) is known color: Makara. HEX triplet: 63, 5D and 51. RGB value is (99,93,81). Sum of RGB (Red+Green+Blue) = 99+93+81=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D51 is #9CA2AE. Grayscale: #5D5D5D. Windows color (decimal): -10265263 or 5332323. OLE color: 5332323.
HSL color Cylindrical-coordinate representation of color #635D51: hue angle of 40º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635D51 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 81 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.61 |
| HSL | 40º | 0.1% | 0.35% | - |
| HSV(B) | 40º | 0.18% | 0.39% | - |
| XYZ | 10.55 | 11.08 | 9.37 | - |
| YUV | 93.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 81 | 0 | 0.06 | 0.18 | 0.61 | 40 | 0.1 | 0.35 |
| Hex | 63 | 5D | 51 | 0 | 6 | 12 | 3D | 28 | A | 23 |
| Octal | 143 | 135 | 121 | 0 | 6 | 22 | 75 | 50 | 12 | 43 |
| Binary | 1100011 | 1011101 | 1010001 | 0 | 110 | 10010 | 111101 | 101000 | 1010 | 100011 |
Color Harmonies of #635D51
Complementary color
Monochromatic Colors of #635D51
Black with #635D51
Text Example
Text Example
White with #635D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D51; }
p { color: rgb(99,93,81); }
H1.HeaderClassName
{
color: #635D51;
}
.AnyTagClassName
{
color: #635D51;
}
</style>
background-color css
<style>
a { background-color: #635D51; }
a { background-color: rgb(99,93,81); }
div.DivClassName
{
background-color: #635D51;
}
.BgClassName
{
background-color: #635D51;
}
</style>
border-color css
<style>
span { border-color: #635D51; }
span { border-color: rgb(99,93,81); }
td.TdClassName
{
border-color: #635D51;
}
.TagClassName
{
border-color: #635D51;
}
</style>