Shades of Makara #635D4F
Tints of Makara #635D4F
RGB
CMYK
RGB Variations
Color information
#635D4F (or 0x635D4F) is known color: Makara. HEX triplet: 63, 5D and 4F. RGB value is (99,93,79). Sum of RGB (Red+Green+Blue) = 99+93+79=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #635D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D4F is #9CA2B0. Grayscale: #5D5D5D. Windows color (decimal): -10265265 or 5201251. OLE color: 5201251.
HSL color Cylindrical-coordinate representation of color #635D4F: hue angle of 42º 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 #635D4F is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 79 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.61 |
| HSL | 42º | 0.11% | 0.35% | - |
| HSV(B) | 42º | 0.2% | 0.39% | - |
| XYZ | 10.47 | 11.05 | 8.98 | - |
| YUV | 93.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 79 | 0 | 0.06 | 0.20 | 0.61 | 42 | 0.11 | 0.35 |
| Hex | 63 | 5D | 4F | 0 | 6 | 14 | 3D | 2A | B | 23 |
| Octal | 143 | 135 | 117 | 0 | 6 | 24 | 75 | 52 | 13 | 43 |
| Binary | 1100011 | 1011101 | 1001111 | 0 | 110 | 10100 | 111101 | 101010 | 1011 | 100011 |
Color Harmonies of #635D4F
Complementary color
Monochromatic Colors of #635D4F
Black with #635D4F
Text Example
Text Example
White with #635D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D4F; }
p { color: rgb(99,93,79); }
H1.HeaderClassName
{
color: #635D4F;
}
.AnyTagClassName
{
color: #635D4F;
}
</style>
background-color css
<style>
a { background-color: #635D4F; }
a { background-color: rgb(99,93,79); }
div.DivClassName
{
background-color: #635D4F;
}
.BgClassName
{
background-color: #635D4F;
}
</style>
border-color css
<style>
span { border-color: #635D4F; }
span { border-color: rgb(99,93,79); }
td.TdClassName
{
border-color: #635D4F;
}
.TagClassName
{
border-color: #635D4F;
}
</style>