Shades of Makara #63605B
Tints of Makara #63605B
RGB
CMYK
RGB Variations
Color information
#63605B (or 0x63605B) is known color: Makara. HEX triplet: 63, 60 and 5B. RGB value is (99,96,91). Sum of RGB (Red+Green+Blue) = 99+96+91=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 99 - color contains mainly: red. Hex color #63605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63605B is #9C9FA4. Grayscale: #606060. Windows color (decimal): -10264485 or 5988451. OLE color: 5988451.
HSL color Cylindrical-coordinate representation of color #63605B: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #63605B is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 91 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.61 |
| HSL | 37.5º | 0.04% | 0.37% | - |
| HSV(B) | 37.5º | 0.08% | 0.39% | - |
| XYZ | 11.22 | 11.77 | 11.58 | - |
| YUV | 96.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 91 | 0 | 0.03 | 0.08 | 0.61 | 37.5 | 0.04 | 0.37 |
| Hex | 63 | 60 | 5B | 0 | 3 | 8 | 3D | 26 | 4 | 25 |
| Octal | 143 | 140 | 133 | 0 | 3 | 10 | 75 | 46 | 4 | 45 |
| Binary | 1100011 | 1100000 | 1011011 | 0 | 11 | 1000 | 111101 | 100110 | 100 | 100101 |
Color Harmonies of #63605B
Complementary color
Monochromatic Colors of #63605B
Black with #63605B
Text Example
Text Example
White with #63605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63605B; }
p { color: rgb(99,96,91); }
H1.HeaderClassName
{
color: #63605B;
}
.AnyTagClassName
{
color: #63605B;
}
</style>
background-color css
<style>
a { background-color: #63605B; }
a { background-color: rgb(99,96,91); }
div.DivClassName
{
background-color: #63605B;
}
.BgClassName
{
background-color: #63605B;
}
</style>
border-color css
<style>
span { border-color: #63605B; }
span { border-color: rgb(99,96,91); }
td.TdClassName
{
border-color: #63605B;
}
.TagClassName
{
border-color: #63605B;
}
</style>