Shades of Makara #635C4C
Tints of Makara #635C4C
RGB
CMYK
RGB Variations
Color information
#635C4C (or 0x635C4C) is known color: Makara. HEX triplet: 63, 5C and 4C. RGB value is (99,92,76). Sum of RGB (Red+Green+Blue) = 99+92+76=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C4C is #9CA3B3. Grayscale: #5C5C5C. Windows color (decimal): -10265524 or 5004387. OLE color: 5004387.
HSL color Cylindrical-coordinate representation of color #635C4C: hue angle of 41.74º 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 #635C4C is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 76 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.61 |
| HSL | 41.74º | 0.13% | 0.34% | - |
| HSV(B) | 41.74º | 0.23% | 0.39% | - |
| XYZ | 10.28 | 10.83 | 8.39 | - |
| YUV | 92.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 76 | 0 | 0.07 | 0.23 | 0.61 | 41.74 | 0.13 | 0.34 |
| Hex | 63 | 5C | 4C | 0 | 7 | 17 | 3D | 2A | D | 22 |
| Octal | 143 | 134 | 114 | 0 | 7 | 27 | 75 | 52 | 15 | 42 |
| Binary | 1100011 | 1011100 | 1001100 | 0 | 111 | 10111 | 111101 | 101010 | 1101 | 100010 |
Color Harmonies of #635C4C
Complementary color
Monochromatic Colors of #635C4C
Black with #635C4C
Text Example
Text Example
White with #635C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C4C; }
p { color: rgb(99,92,76); }
H1.HeaderClassName
{
color: #635C4C;
}
.AnyTagClassName
{
color: #635C4C;
}
</style>
background-color css
<style>
a { background-color: #635C4C; }
a { background-color: rgb(99,92,76); }
div.DivClassName
{
background-color: #635C4C;
}
.BgClassName
{
background-color: #635C4C;
}
</style>
border-color css
<style>
span { border-color: #635C4C; }
span { border-color: rgb(99,92,76); }
td.TdClassName
{
border-color: #635C4C;
}
.TagClassName
{
border-color: #635C4C;
}
</style>