Shades of Don Juan #62484A
Tints of Don Juan #62484A
RGB
CMYK
RGB Variations
Color information
#62484A (or 0x62484A) is known color: Don Juan. HEX triplet: 62, 48 and 4A. RGB value is (98,72,74). Sum of RGB (Red+Green+Blue) = 98+72+74=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62484A is #9DB7B5. Grayscale: #505050. Windows color (decimal): -10336182 or 4868194. OLE color: 4868194.
HSL color Cylindrical-coordinate representation of color #62484A: hue angle of 355.38º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62484A is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 74 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.62 |
| HSL | 355.38º | 0.15% | 0.33% | - |
| HSV(B) | 355.38º | 0.27% | 0.38% | - |
| XYZ | 8.59 | 7.73 | 7.52 | - |
| YUV | 80 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 74 | 0 | 0.27 | 0.24 | 0.62 | 355.38 | 0.15 | 0.33 |
| Hex | 62 | 48 | 4A | 0 | 1B | 18 | 3E | 163 | F | 21 |
| Octal | 142 | 110 | 112 | 0 | 33 | 30 | 76 | 543 | 17 | 41 |
| Binary | 1100010 | 1001000 | 1001010 | 0 | 11011 | 11000 | 111110 | 101100011 | 1111 | 100001 |
Color Harmonies of #62484A
Complementary color
Monochromatic Colors of #62484A
Black with #62484A
Text Example
Text Example
White with #62484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62484A; }
p { color: rgb(98,72,74); }
H1.HeaderClassName
{
color: #62484A;
}
.AnyTagClassName
{
color: #62484A;
}
</style>
background-color css
<style>
a { background-color: #62484A; }
a { background-color: rgb(98,72,74); }
div.DivClassName
{
background-color: #62484A;
}
.BgClassName
{
background-color: #62484A;
}
</style>
border-color css
<style>
span { border-color: #62484A; }
span { border-color: rgb(98,72,74); }
td.TdClassName
{
border-color: #62484A;
}
.TagClassName
{
border-color: #62484A;
}
</style>