Shades of Makara #635C53
Tints of Makara #635C53
RGB
CMYK
RGB Variations
Color information
#635C53 (or 0x635C53) is known color: Makara. HEX triplet: 63, 5C and 53. RGB value is (99,92,83). Sum of RGB (Red+Green+Blue) = 99+92+83=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #635C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C53 is #9CA3AC. Grayscale: #5D5D5D. Windows color (decimal): -10265517 or 5463139. OLE color: 5463139.
HSL color Cylindrical-coordinate representation of color #635C53: hue angle of 33.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #635C53 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 83 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.61 |
| HSL | 33.75º | 0.09% | 0.36% | - |
| HSV(B) | 33.75º | 0.16% | 0.39% | - |
| XYZ | 10.53 | 10.93 | 9.74 | - |
| YUV | 93.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 83 | 0 | 0.07 | 0.16 | 0.61 | 33.75 | 0.09 | 0.36 |
| Hex | 63 | 5C | 53 | 0 | 7 | 10 | 3D | 22 | 9 | 24 |
| Octal | 143 | 134 | 123 | 0 | 7 | 20 | 75 | 42 | 11 | 44 |
| Binary | 1100011 | 1011100 | 1010011 | 0 | 111 | 10000 | 111101 | 100010 | 1001 | 100100 |
Color Harmonies of #635C53
Complementary color
Monochromatic Colors of #635C53
Black with #635C53
Text Example
Text Example
White with #635C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C53; }
p { color: rgb(99,92,83); }
H1.HeaderClassName
{
color: #635C53;
}
.AnyTagClassName
{
color: #635C53;
}
</style>
background-color css
<style>
a { background-color: #635C53; }
a { background-color: rgb(99,92,83); }
div.DivClassName
{
background-color: #635C53;
}
.BgClassName
{
background-color: #635C53;
}
</style>
border-color css
<style>
span { border-color: #635C53; }
span { border-color: rgb(99,92,83); }
td.TdClassName
{
border-color: #635C53;
}
.TagClassName
{
border-color: #635C53;
}
</style>