Shades of Makara #635B49
Tints of Makara #635B49
RGB
CMYK
RGB Variations
Color information
#635B49 (or 0x635B49) is known color: Makara. HEX triplet: 63, 5B and 49. RGB value is (99,91,73). Sum of RGB (Red+Green+Blue) = 99+91+73=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #635B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B49 is #9CA4B6. Grayscale: #5B5B5B. Windows color (decimal): -10265783 or 4807523. OLE color: 4807523.
HSL color Cylindrical-coordinate representation of color #635B49: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #635B49 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 73 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.61 |
| HSL | 41.54º | 0.15% | 0.34% | - |
| HSV(B) | 41.54º | 0.26% | 0.39% | - |
| XYZ | 10.09 | 10.62 | 7.82 | - |
| YUV | 91.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 73 | 0 | 0.08 | 0.26 | 0.61 | 41.54 | 0.15 | 0.34 |
| Hex | 63 | 5B | 49 | 0 | 8 | 1A | 3D | 2A | F | 22 |
| Octal | 143 | 133 | 111 | 0 | 10 | 32 | 75 | 52 | 17 | 42 |
| Binary | 1100011 | 1011011 | 1001001 | 0 | 1000 | 11010 | 111101 | 101010 | 1111 | 100010 |
Color Harmonies of #635B49
Complementary color
Monochromatic Colors of #635B49
Black with #635B49
Text Example
Text Example
White with #635B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B49; }
p { color: rgb(99,91,73); }
H1.HeaderClassName
{
color: #635B49;
}
.AnyTagClassName
{
color: #635B49;
}
</style>
background-color css
<style>
a { background-color: #635B49; }
a { background-color: rgb(99,91,73); }
div.DivClassName
{
background-color: #635B49;
}
.BgClassName
{
background-color: #635B49;
}
</style>
border-color css
<style>
span { border-color: #635B49; }
span { border-color: rgb(99,91,73); }
td.TdClassName
{
border-color: #635B49;
}
.TagClassName
{
border-color: #635B49;
}
</style>