Shades of Makara #63605A
Tints of Makara #63605A
RGB
CMYK
RGB Variations
Color information
#63605A (or 0x63605A) is known color: Makara. HEX triplet: 63, 60 and 5A. RGB value is (99,96,90). Sum of RGB (Red+Green+Blue) = 99+96+90=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 99 - color contains mainly: red. Hex color #63605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63605A is #9C9FA5. Grayscale: #606060. Windows color (decimal): -10264486 or 5922915. OLE color: 5922915.
HSL color Cylindrical-coordinate representation of color #63605A: hue angle of 40º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #63605A is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 90 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.61 |
| HSL | 40º | 0.05% | 0.37% | - |
| HSV(B) | 40º | 0.09% | 0.39% | - |
| XYZ | 11.17 | 11.76 | 11.35 | - |
| YUV | 96.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 90 | 0 | 0.03 | 0.09 | 0.61 | 40 | 0.05 | 0.37 |
| Hex | 63 | 60 | 5A | 0 | 3 | 9 | 3D | 28 | 5 | 25 |
| Octal | 143 | 140 | 132 | 0 | 3 | 11 | 75 | 50 | 5 | 45 |
| Binary | 1100011 | 1100000 | 1011010 | 0 | 11 | 1001 | 111101 | 101000 | 101 | 100101 |
Color Harmonies of #63605A
Complementary color
Monochromatic Colors of #63605A
Black with #63605A
Text Example
Text Example
White with #63605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63605A; }
p { color: rgb(99,96,90); }
H1.HeaderClassName
{
color: #63605A;
}
.AnyTagClassName
{
color: #63605A;
}
</style>
background-color css
<style>
a { background-color: #63605A; }
a { background-color: rgb(99,96,90); }
div.DivClassName
{
background-color: #63605A;
}
.BgClassName
{
background-color: #63605A;
}
</style>
border-color css
<style>
span { border-color: #63605A; }
span { border-color: rgb(99,96,90); }
td.TdClassName
{
border-color: #63605A;
}
.TagClassName
{
border-color: #63605A;
}
</style>