Shades of Makara #62605D
Tints of Makara #62605D
RGB
CMYK
RGB Variations
Color information
#62605D (or 0x62605D) is known color: Makara. HEX triplet: 62, 60 and 5D. RGB value is (98,96,93). Sum of RGB (Red+Green+Blue) = 98+96+93=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 98 - color contains mainly: red. Hex color #62605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62605D is #9D9FA2. Grayscale: #606060. Windows color (decimal): -10330019 or 6119522. OLE color: 6119522.
HSL color Cylindrical-coordinate representation of color #62605D: hue angle of 36º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #62605D is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 93 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.62 |
| HSL | 36º | 0.03% | 0.37% | - |
| HSV(B) | 36º | 0.05% | 0.38% | - |
| XYZ | 11.2 | 11.75 | 12.03 | - |
| YUV | 96.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 93 | 0 | 0.02 | 0.05 | 0.62 | 36 | 0.03 | 0.37 |
| Hex | 62 | 60 | 5D | 0 | 2 | 5 | 3E | 24 | 3 | 25 |
| Octal | 142 | 140 | 135 | 0 | 2 | 5 | 76 | 44 | 3 | 45 |
| Binary | 1100010 | 1100000 | 1011101 | 0 | 10 | 101 | 111110 | 100100 | 11 | 100101 |
Color Harmonies of #62605D
Complementary color
Monochromatic Colors of #62605D
Black with #62605D
Text Example
Text Example
White with #62605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62605D; }
p { color: rgb(98,96,93); }
H1.HeaderClassName
{
color: #62605D;
}
.AnyTagClassName
{
color: #62605D;
}
</style>
background-color css
<style>
a { background-color: #62605D; }
a { background-color: rgb(98,96,93); }
div.DivClassName
{
background-color: #62605D;
}
.BgClassName
{
background-color: #62605D;
}
</style>
border-color css
<style>
span { border-color: #62605D; }
span { border-color: rgb(98,96,93); }
td.TdClassName
{
border-color: #62605D;
}
.TagClassName
{
border-color: #62605D;
}
</style>