Shades of Makara #635C54
Tints of Makara #635C54
RGB
CMYK
RGB Variations
Color information
#635C54 (or 0x635C54) is known color: Makara. HEX triplet: 63, 5C and 54. RGB value is (99,92,84). Sum of RGB (Red+Green+Blue) = 99+92+84=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C54 is #9CA3AB. Grayscale: #5D5D5D. Windows color (decimal): -10265516 or 5528675. OLE color: 5528675.
HSL color Cylindrical-coordinate representation of color #635C54: hue angle of 32º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635C54 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 84 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.61 |
| HSL | 32º | 0.08% | 0.36% | - |
| HSV(B) | 32º | 0.15% | 0.39% | - |
| XYZ | 10.57 | 10.95 | 9.94 | - |
| YUV | 93.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 84 | 0 | 0.07 | 0.15 | 0.61 | 32 | 0.08 | 0.36 |
| Hex | 63 | 5C | 54 | 0 | 7 | F | 3D | 20 | 8 | 24 |
| Octal | 143 | 134 | 124 | 0 | 7 | 17 | 75 | 40 | 10 | 44 |
| Binary | 1100011 | 1011100 | 1010100 | 0 | 111 | 1111 | 111101 | 100000 | 1000 | 100100 |
Color Harmonies of #635C54
Complementary color
Monochromatic Colors of #635C54
Black with #635C54
Text Example
Text Example
White with #635C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C54; }
p { color: rgb(99,92,84); }
H1.HeaderClassName
{
color: #635C54;
}
.AnyTagClassName
{
color: #635C54;
}
</style>
background-color css
<style>
a { background-color: #635C54; }
a { background-color: rgb(99,92,84); }
div.DivClassName
{
background-color: #635C54;
}
.BgClassName
{
background-color: #635C54;
}
</style>
border-color css
<style>
span { border-color: #635C54; }
span { border-color: rgb(99,92,84); }
td.TdClassName
{
border-color: #635C54;
}
.TagClassName
{
border-color: #635C54;
}
</style>