Shades of Makara #635F59
Tints of Makara #635F59
RGB
CMYK
RGB Variations
Color information
#635F59 (or 0x635F59) is known color: Makara. HEX triplet: 63, 5F and 59. RGB value is (99,95,89). Sum of RGB (Red+Green+Blue) = 99+95+89=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 99 - color contains mainly: red. Hex color #635F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F59 is #9CA0A6. Grayscale: #5F5F5F. Windows color (decimal): -10264743 or 5857123. OLE color: 5857123.
HSL color Cylindrical-coordinate representation of color #635F59: hue angle of 36º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #635F59 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 89 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.61 |
| HSL | 36º | 0.05% | 0.37% | - |
| HSV(B) | 36º | 0.1% | 0.39% | - |
| XYZ | 11.04 | 11.56 | 11.1 | - |
| YUV | 95.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 89 | 0 | 0.04 | 0.10 | 0.61 | 36 | 0.05 | 0.37 |
| Hex | 63 | 5F | 59 | 0 | 4 | A | 3D | 24 | 5 | 25 |
| Octal | 143 | 137 | 131 | 0 | 4 | 12 | 75 | 44 | 5 | 45 |
| Binary | 1100011 | 1011111 | 1011001 | 0 | 100 | 1010 | 111101 | 100100 | 101 | 100101 |
Color Harmonies of #635F59
Complementary color
Monochromatic Colors of #635F59
Black with #635F59
Text Example
Text Example
White with #635F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F59; }
p { color: rgb(99,95,89); }
H1.HeaderClassName
{
color: #635F59;
}
.AnyTagClassName
{
color: #635F59;
}
</style>
background-color css
<style>
a { background-color: #635F59; }
a { background-color: rgb(99,95,89); }
div.DivClassName
{
background-color: #635F59;
}
.BgClassName
{
background-color: #635F59;
}
</style>
border-color css
<style>
span { border-color: #635F59; }
span { border-color: rgb(99,95,89); }
td.TdClassName
{
border-color: #635F59;
}
.TagClassName
{
border-color: #635F59;
}
</style>