Shades of Don Juan #62464B
Tints of Don Juan #62464B
RGB
CMYK
RGB Variations
Color information
#62464B (or 0x62464B) is known color: Don Juan. HEX triplet: 62, 46 and 4B. RGB value is (98,70,75). Sum of RGB (Red+Green+Blue) = 98+70+75=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62464B is #9DB9B4. Grayscale: #4E4E4E. Windows color (decimal): -10336693 or 4933218. OLE color: 4933218.
HSL color Cylindrical-coordinate representation of color #62464B: hue angle of 349.29º 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 #62464B is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 75 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.62 |
| HSL | 349.29º | 0.17% | 0.33% | - |
| HSV(B) | 349.29º | 0.29% | 0.38% | - |
| XYZ | 8.5 | 7.48 | 7.65 | - |
| YUV | 78.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 75 | 0 | 0.29 | 0.23 | 0.62 | 349.29 | 0.17 | 0.33 |
| Hex | 62 | 46 | 4B | 0 | 1D | 17 | 3E | 15D | 11 | 21 |
| Octal | 142 | 106 | 113 | 0 | 35 | 27 | 76 | 535 | 21 | 41 |
| Binary | 1100010 | 1000110 | 1001011 | 0 | 11101 | 10111 | 111110 | 101011101 | 10001 | 100001 |
Color Harmonies of #62464B
Complementary color
Monochromatic Colors of #62464B
Black with #62464B
Text Example
Text Example
White with #62464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62464B; }
p { color: rgb(98,70,75); }
H1.HeaderClassName
{
color: #62464B;
}
.AnyTagClassName
{
color: #62464B;
}
</style>
background-color css
<style>
a { background-color: #62464B; }
a { background-color: rgb(98,70,75); }
div.DivClassName
{
background-color: #62464B;
}
.BgClassName
{
background-color: #62464B;
}
</style>
border-color css
<style>
span { border-color: #62464B; }
span { border-color: rgb(98,70,75); }
td.TdClassName
{
border-color: #62464B;
}
.TagClassName
{
border-color: #62464B;
}
</style>