Shades of Makara #635A4C
Tints of Makara #635A4C
RGB
CMYK
RGB Variations
Color information
#635A4C (or 0x635A4C) is known color: Makara. HEX triplet: 63, 5A and 4C. RGB value is (99,90,76). Sum of RGB (Red+Green+Blue) = 99+90+76=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #635A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A4C is #9CA5B3. Grayscale: #5B5B5B. Windows color (decimal): -10266036 or 5003875. OLE color: 5003875.
HSL color Cylindrical-coordinate representation of color #635A4C: hue angle of 36.52º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #635A4C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 76 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.61 |
| HSL | 36.52º | 0.13% | 0.34% | - |
| HSV(B) | 36.52º | 0.23% | 0.39% | - |
| XYZ | 10.11 | 10.49 | 8.33 | - |
| YUV | 91.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 76 | 0 | 0.09 | 0.23 | 0.61 | 36.52 | 0.13 | 0.34 |
| Hex | 63 | 5A | 4C | 0 | 9 | 17 | 3D | 25 | D | 22 |
| Octal | 143 | 132 | 114 | 0 | 11 | 27 | 75 | 45 | 15 | 42 |
| Binary | 1100011 | 1011010 | 1001100 | 0 | 1001 | 10111 | 111101 | 100101 | 1101 | 100010 |
Color Harmonies of #635A4C
Complementary color
Monochromatic Colors of #635A4C
Black with #635A4C
Text Example
Text Example
White with #635A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A4C; }
p { color: rgb(99,90,76); }
H1.HeaderClassName
{
color: #635A4C;
}
.AnyTagClassName
{
color: #635A4C;
}
</style>
background-color css
<style>
a { background-color: #635A4C; }
a { background-color: rgb(99,90,76); }
div.DivClassName
{
background-color: #635A4C;
}
.BgClassName
{
background-color: #635A4C;
}
</style>
border-color css
<style>
span { border-color: #635A4C; }
span { border-color: rgb(99,90,76); }
td.TdClassName
{
border-color: #635A4C;
}
.TagClassName
{
border-color: #635A4C;
}
</style>