Shades of Makara #635A48
Tints of Makara #635A48
RGB
CMYK
RGB Variations
Color information
#635A48 (or 0x635A48) is known color: Makara. HEX triplet: 63, 5A and 48. RGB value is (99,90,72). Sum of RGB (Red+Green+Blue) = 99+90+72=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #635A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A48 is #9CA5B7. Grayscale: #5A5A5A. Windows color (decimal): -10266040 or 4741731. OLE color: 4741731.
HSL color Cylindrical-coordinate representation of color #635A48: hue angle of 40º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #635A48 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 72 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.61 |
| HSL | 40º | 0.16% | 0.34% | - |
| HSV(B) | 40º | 0.27% | 0.39% | - |
| XYZ | 9.97 | 10.43 | 7.62 | - |
| YUV | 90.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 72 | 0 | 0.09 | 0.27 | 0.61 | 40 | 0.16 | 0.34 |
| Hex | 63 | 5A | 48 | 0 | 9 | 1B | 3D | 28 | 10 | 22 |
| Octal | 143 | 132 | 110 | 0 | 11 | 33 | 75 | 50 | 20 | 42 |
| Binary | 1100011 | 1011010 | 1001000 | 0 | 1001 | 11011 | 111101 | 101000 | 10000 | 100010 |
Color Harmonies of #635A48
Complementary color
Monochromatic Colors of #635A48
Black with #635A48
Text Example
Text Example
White with #635A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A48; }
p { color: rgb(99,90,72); }
H1.HeaderClassName
{
color: #635A48;
}
.AnyTagClassName
{
color: #635A48;
}
</style>
background-color css
<style>
a { background-color: #635A48; }
a { background-color: rgb(99,90,72); }
div.DivClassName
{
background-color: #635A48;
}
.BgClassName
{
background-color: #635A48;
}
</style>
border-color css
<style>
span { border-color: #635A48; }
span { border-color: rgb(99,90,72); }
td.TdClassName
{
border-color: #635A48;
}
.TagClassName
{
border-color: #635A48;
}
</style>