Shades of Makara #635F55
Tints of Makara #635F55
RGB
CMYK
RGB Variations
Color information
#635F55 (or 0x635F55) is known color: Makara. HEX triplet: 63, 5F and 55. RGB value is (99,95,85). Sum of RGB (Red+Green+Blue) = 99+95+85=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F55 is #9CA0AA. Grayscale: #5F5F5F. Windows color (decimal): -10264747 or 5594979. OLE color: 5594979.
HSL color Cylindrical-coordinate representation of color #635F55: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #635F55 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 85 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.61 |
| HSL | 42.86º | 0.08% | 0.36% | - |
| HSV(B) | 42.86º | 0.14% | 0.39% | - |
| XYZ | 10.88 | 11.49 | 10.24 | - |
| YUV | 95.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 85 | 0 | 0.04 | 0.14 | 0.61 | 42.86 | 0.08 | 0.36 |
| Hex | 63 | 5F | 55 | 0 | 4 | E | 3D | 2B | 8 | 24 |
| Octal | 143 | 137 | 125 | 0 | 4 | 16 | 75 | 53 | 10 | 44 |
| Binary | 1100011 | 1011111 | 1010101 | 0 | 100 | 1110 | 111101 | 101011 | 1000 | 100100 |
Color Harmonies of #635F55
Complementary color
Monochromatic Colors of #635F55
Black with #635F55
Text Example
Text Example
White with #635F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F55; }
p { color: rgb(99,95,85); }
H1.HeaderClassName
{
color: #635F55;
}
.AnyTagClassName
{
color: #635F55;
}
</style>
background-color css
<style>
a { background-color: #635F55; }
a { background-color: rgb(99,95,85); }
div.DivClassName
{
background-color: #635F55;
}
.BgClassName
{
background-color: #635F55;
}
</style>
border-color css
<style>
span { border-color: #635F55; }
span { border-color: rgb(99,95,85); }
td.TdClassName
{
border-color: #635F55;
}
.TagClassName
{
border-color: #635F55;
}
</style>