Shades of Makara #635F57
Tints of Makara #635F57
RGB
CMYK
RGB Variations
Color information
#635F57 (or 0x635F57) is known color: Makara. HEX triplet: 63, 5F and 57. RGB value is (99,95,87). Sum of RGB (Red+Green+Blue) = 99+95+87=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F57 is #9CA0A8. Grayscale: #5F5F5F. Windows color (decimal): -10264745 or 5726051. OLE color: 5726051.
HSL color Cylindrical-coordinate representation of color #635F57: hue angle of 40º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #635F57 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 87 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.61 |
| HSL | 40º | 0.06% | 0.36% | - |
| HSV(B) | 40º | 0.12% | 0.39% | - |
| XYZ | 10.96 | 11.53 | 10.66 | - |
| YUV | 95.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 87 | 0 | 0.04 | 0.12 | 0.61 | 40 | 0.06 | 0.36 |
| Hex | 63 | 5F | 57 | 0 | 4 | C | 3D | 28 | 6 | 24 |
| Octal | 143 | 137 | 127 | 0 | 4 | 14 | 75 | 50 | 6 | 44 |
| Binary | 1100011 | 1011111 | 1010111 | 0 | 100 | 1100 | 111101 | 101000 | 110 | 100100 |
Color Harmonies of #635F57
Complementary color
Monochromatic Colors of #635F57
Black with #635F57
Text Example
Text Example
White with #635F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F57; }
p { color: rgb(99,95,87); }
H1.HeaderClassName
{
color: #635F57;
}
.AnyTagClassName
{
color: #635F57;
}
</style>
background-color css
<style>
a { background-color: #635F57; }
a { background-color: rgb(99,95,87); }
div.DivClassName
{
background-color: #635F57;
}
.BgClassName
{
background-color: #635F57;
}
</style>
border-color css
<style>
span { border-color: #635F57; }
span { border-color: rgb(99,95,87); }
td.TdClassName
{
border-color: #635F57;
}
.TagClassName
{
border-color: #635F57;
}
</style>