Shades of Makara #635E51
Tints of Makara #635E51
RGB
CMYK
RGB Variations
Color information
#635E51 (or 0x635E51) is known color: Makara. HEX triplet: 63, 5E and 51. RGB value is (99,94,81). Sum of RGB (Red+Green+Blue) = 99+94+81=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #635E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E51 is #9CA1AE. Grayscale: #5E5E5E. Windows color (decimal): -10265007 or 5332579. OLE color: 5332579.
HSL color Cylindrical-coordinate representation of color #635E51: hue angle of 43.33º 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 #635E51 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 81 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.61 |
| HSL | 43.33º | 0.1% | 0.35% | - |
| HSV(B) | 43.33º | 0.18% | 0.39% | - |
| XYZ | 10.63 | 11.25 | 9.4 | - |
| YUV | 94.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 81 | 0 | 0.05 | 0.18 | 0.61 | 43.33 | 0.1 | 0.35 |
| Hex | 63 | 5E | 51 | 0 | 5 | 12 | 3D | 2B | A | 23 |
| Octal | 143 | 136 | 121 | 0 | 5 | 22 | 75 | 53 | 12 | 43 |
| Binary | 1100011 | 1011110 | 1010001 | 0 | 101 | 10010 | 111101 | 101011 | 1010 | 100011 |
Color Harmonies of #635E51
Complementary color
Monochromatic Colors of #635E51
Black with #635E51
Text Example
Text Example
White with #635E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E51; }
p { color: rgb(99,94,81); }
H1.HeaderClassName
{
color: #635E51;
}
.AnyTagClassName
{
color: #635E51;
}
</style>
background-color css
<style>
a { background-color: #635E51; }
a { background-color: rgb(99,94,81); }
div.DivClassName
{
background-color: #635E51;
}
.BgClassName
{
background-color: #635E51;
}
</style>
border-color css
<style>
span { border-color: #635E51; }
span { border-color: rgb(99,94,81); }
td.TdClassName
{
border-color: #635E51;
}
.TagClassName
{
border-color: #635E51;
}
</style>