Shades of Makara #635E4F
Tints of Makara #635E4F
RGB
CMYK
RGB Variations
Color information
#635E4F (or 0x635E4F) is known color: Makara. HEX triplet: 63, 5E and 4F. RGB value is (99,94,79). Sum of RGB (Red+Green+Blue) = 99+94+79=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #635E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E4F is #9CA1B0. Grayscale: #5D5D5D. Windows color (decimal): -10265009 or 5201507. OLE color: 5201507.
HSL color Cylindrical-coordinate representation of color #635E4F: hue angle of 45º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #635E4F is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 79 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.61 |
| HSL | 45º | 0.11% | 0.35% | - |
| HSV(B) | 45º | 0.2% | 0.39% | - |
| XYZ | 10.56 | 11.22 | 9.01 | - |
| YUV | 93.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 79 | 0 | 0.05 | 0.20 | 0.61 | 45 | 0.11 | 0.35 |
| Hex | 63 | 5E | 4F | 0 | 5 | 14 | 3D | 2D | B | 23 |
| Octal | 143 | 136 | 117 | 0 | 5 | 24 | 75 | 55 | 13 | 43 |
| Binary | 1100011 | 1011110 | 1001111 | 0 | 101 | 10100 | 111101 | 101101 | 1011 | 100011 |
Color Harmonies of #635E4F
Complementary color
Monochromatic Colors of #635E4F
Black with #635E4F
Text Example
Text Example
White with #635E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E4F; }
p { color: rgb(99,94,79); }
H1.HeaderClassName
{
color: #635E4F;
}
.AnyTagClassName
{
color: #635E4F;
}
</style>
background-color css
<style>
a { background-color: #635E4F; }
a { background-color: rgb(99,94,79); }
div.DivClassName
{
background-color: #635E4F;
}
.BgClassName
{
background-color: #635E4F;
}
</style>
border-color css
<style>
span { border-color: #635E4F; }
span { border-color: rgb(99,94,79); }
td.TdClassName
{
border-color: #635E4F;
}
.TagClassName
{
border-color: #635E4F;
}
</style>