Shades of Makara #635D52
Tints of Makara #635D52
RGB
CMYK
RGB Variations
Color information
#635D52 (or 0x635D52) is known color: Makara. HEX triplet: 63, 5D and 52. RGB value is (99,93,82). Sum of RGB (Red+Green+Blue) = 99+93+82=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #635D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D52 is #9CA2AD. Grayscale: #5D5D5D. Windows color (decimal): -10265262 or 5397859. OLE color: 5397859.
HSL color Cylindrical-coordinate representation of color #635D52: hue angle of 38.82º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #635D52 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 82 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.61 |
| HSL | 38.82º | 0.09% | 0.35% | - |
| HSV(B) | 38.82º | 0.17% | 0.39% | - |
| XYZ | 10.58 | 11.09 | 9.57 | - |
| YUV | 93.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 82 | 0 | 0.06 | 0.17 | 0.61 | 38.82 | 0.09 | 0.35 |
| Hex | 63 | 5D | 52 | 0 | 6 | 11 | 3D | 27 | 9 | 23 |
| Octal | 143 | 135 | 122 | 0 | 6 | 21 | 75 | 47 | 11 | 43 |
| Binary | 1100011 | 1011101 | 1010010 | 0 | 110 | 10001 | 111101 | 100111 | 1001 | 100011 |
Color Harmonies of #635D52
Complementary color
Monochromatic Colors of #635D52
Black with #635D52
Text Example
Text Example
White with #635D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D52; }
p { color: rgb(99,93,82); }
H1.HeaderClassName
{
color: #635D52;
}
.AnyTagClassName
{
color: #635D52;
}
</style>
background-color css
<style>
a { background-color: #635D52; }
a { background-color: rgb(99,93,82); }
div.DivClassName
{
background-color: #635D52;
}
.BgClassName
{
background-color: #635D52;
}
</style>
border-color css
<style>
span { border-color: #635D52; }
span { border-color: rgb(99,93,82); }
td.TdClassName
{
border-color: #635D52;
}
.TagClassName
{
border-color: #635D52;
}
</style>