Shades of Makara #635D56
Tints of Makara #635D56
RGB
CMYK
RGB Variations
Color information
#635D56 (or 0x635D56) is known color: Makara. HEX triplet: 63, 5D and 56. RGB value is (99,93,86). Sum of RGB (Red+Green+Blue) = 99+93+86=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #635D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D56 is #9CA2A9. Grayscale: #5E5E5E. Windows color (decimal): -10265258 or 5660003. OLE color: 5660003.
HSL color Cylindrical-coordinate representation of color #635D56: hue angle of 32.31º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #635D56 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 86 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.61 |
| HSL | 32.31º | 0.07% | 0.36% | - |
| HSV(B) | 32.31º | 0.13% | 0.39% | - |
| XYZ | 10.74 | 11.15 | 10.39 | - |
| YUV | 94 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 86 | 0 | 0.06 | 0.13 | 0.61 | 32.31 | 0.07 | 0.36 |
| Hex | 63 | 5D | 56 | 0 | 6 | D | 3D | 20 | 7 | 24 |
| Octal | 143 | 135 | 126 | 0 | 6 | 15 | 75 | 40 | 7 | 44 |
| Binary | 1100011 | 1011101 | 1010110 | 0 | 110 | 1101 | 111101 | 100000 | 111 | 100100 |
Color Harmonies of #635D56
Complementary color
Monochromatic Colors of #635D56
Black with #635D56
Text Example
Text Example
White with #635D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D56; }
p { color: rgb(99,93,86); }
H1.HeaderClassName
{
color: #635D56;
}
.AnyTagClassName
{
color: #635D56;
}
</style>
background-color css
<style>
a { background-color: #635D56; }
a { background-color: rgb(99,93,86); }
div.DivClassName
{
background-color: #635D56;
}
.BgClassName
{
background-color: #635D56;
}
</style>
border-color css
<style>
span { border-color: #635D56; }
span { border-color: rgb(99,93,86); }
td.TdClassName
{
border-color: #635D56;
}
.TagClassName
{
border-color: #635D56;
}
</style>