Shades of Don Juan #62464D
Tints of Don Juan #62464D
RGB
CMYK
RGB Variations
Color information
#62464D (or 0x62464D) is known color: Don Juan. HEX triplet: 62, 46 and 4D. RGB value is (98,70,77). Sum of RGB (Red+Green+Blue) = 98+70+77=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62464D is #9DB9B2. Grayscale: #4F4F4F. Windows color (decimal): -10336691 or 5064290. OLE color: 5064290.
HSL color Cylindrical-coordinate representation of color #62464D: hue angle of 345º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62464D is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 77 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.62 |
| HSL | 345º | 0.17% | 0.33% | - |
| HSV(B) | 345º | 0.29% | 0.38% | - |
| XYZ | 8.57 | 7.51 | 8.02 | - |
| YUV | 79.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 77 | 0 | 0.29 | 0.21 | 0.62 | 345 | 0.17 | 0.33 |
| Hex | 62 | 46 | 4D | 0 | 1D | 15 | 3E | 159 | 11 | 21 |
| Octal | 142 | 106 | 115 | 0 | 35 | 25 | 76 | 531 | 21 | 41 |
| Binary | 1100010 | 1000110 | 1001101 | 0 | 11101 | 10101 | 111110 | 101011001 | 10001 | 100001 |
Color Harmonies of #62464D
Complementary color
Monochromatic Colors of #62464D
Black with #62464D
Text Example
Text Example
White with #62464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62464D; }
p { color: rgb(98,70,77); }
H1.HeaderClassName
{
color: #62464D;
}
.AnyTagClassName
{
color: #62464D;
}
</style>
background-color css
<style>
a { background-color: #62464D; }
a { background-color: rgb(98,70,77); }
div.DivClassName
{
background-color: #62464D;
}
.BgClassName
{
background-color: #62464D;
}
</style>
border-color css
<style>
span { border-color: #62464D; }
span { border-color: rgb(98,70,77); }
td.TdClassName
{
border-color: #62464D;
}
.TagClassName
{
border-color: #62464D;
}
</style>