Shades of Makara #635C50
Tints of Makara #635C50
RGB
CMYK
RGB Variations
Color information
#635C50 (or 0x635C50) is known color: Makara. HEX triplet: 63, 5C and 50. RGB value is (99,92,80). Sum of RGB (Red+Green+Blue) = 99+92+80=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #635C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C50 is #9CA3AF. Grayscale: #5C5C5C. Windows color (decimal): -10265520 or 5266531. OLE color: 5266531.
HSL color Cylindrical-coordinate representation of color #635C50: hue angle of 37.89º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635C50 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 80 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.61 |
| HSL | 37.89º | 0.11% | 0.35% | - |
| HSV(B) | 37.89º | 0.19% | 0.39% | - |
| XYZ | 10.42 | 10.89 | 9.14 | - |
| YUV | 92.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 80 | 0 | 0.07 | 0.19 | 0.61 | 37.89 | 0.11 | 0.35 |
| Hex | 63 | 5C | 50 | 0 | 7 | 13 | 3D | 26 | B | 23 |
| Octal | 143 | 134 | 120 | 0 | 7 | 23 | 75 | 46 | 13 | 43 |
| Binary | 1100011 | 1011100 | 1010000 | 0 | 111 | 10011 | 111101 | 100110 | 1011 | 100011 |
Color Harmonies of #635C50
Complementary color
Monochromatic Colors of #635C50
Black with #635C50
Text Example
Text Example
White with #635C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C50; }
p { color: rgb(99,92,80); }
H1.HeaderClassName
{
color: #635C50;
}
.AnyTagClassName
{
color: #635C50;
}
</style>
background-color css
<style>
a { background-color: #635C50; }
a { background-color: rgb(99,92,80); }
div.DivClassName
{
background-color: #635C50;
}
.BgClassName
{
background-color: #635C50;
}
</style>
border-color css
<style>
span { border-color: #635C50; }
span { border-color: rgb(99,92,80); }
td.TdClassName
{
border-color: #635C50;
}
.TagClassName
{
border-color: #635C50;
}
</style>