Shades of Makara #635D50
Tints of Makara #635D50
RGB
CMYK
RGB Variations
Color information
#635D50 (or 0x635D50) is known color: Makara. HEX triplet: 63, 5D and 50. RGB value is (99,93,80). Sum of RGB (Red+Green+Blue) = 99+93+80=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #635D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D50 is #9CA2AF. Grayscale: #5D5D5D. Windows color (decimal): -10265264 or 5266787. OLE color: 5266787.
HSL color Cylindrical-coordinate representation of color #635D50: hue angle of 41.05º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635D50 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 80 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.61 |
| HSL | 41.05º | 0.11% | 0.35% | - |
| HSV(B) | 41.05º | 0.19% | 0.39% | - |
| XYZ | 10.51 | 11.06 | 9.17 | - |
| YUV | 93.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 80 | 0 | 0.06 | 0.19 | 0.61 | 41.05 | 0.11 | 0.35 |
| Hex | 63 | 5D | 50 | 0 | 6 | 13 | 3D | 29 | B | 23 |
| Octal | 143 | 135 | 120 | 0 | 6 | 23 | 75 | 51 | 13 | 43 |
| Binary | 1100011 | 1011101 | 1010000 | 0 | 110 | 10011 | 111101 | 101001 | 1011 | 100011 |
Color Harmonies of #635D50
Complementary color
Monochromatic Colors of #635D50
Black with #635D50
Text Example
Text Example
White with #635D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D50; }
p { color: rgb(99,93,80); }
H1.HeaderClassName
{
color: #635D50;
}
.AnyTagClassName
{
color: #635D50;
}
</style>
background-color css
<style>
a { background-color: #635D50; }
a { background-color: rgb(99,93,80); }
div.DivClassName
{
background-color: #635D50;
}
.BgClassName
{
background-color: #635D50;
}
</style>
border-color css
<style>
span { border-color: #635D50; }
span { border-color: rgb(99,93,80); }
td.TdClassName
{
border-color: #635D50;
}
.TagClassName
{
border-color: #635D50;
}
</style>