Shades of Don Juan #63474C
Tints of Don Juan #63474C
RGB
CMYK
RGB Variations
Color information
#63474C (or 0x63474C) is known color: Don Juan. HEX triplet: 63, 47 and 4C. RGB value is (99,71,76). Sum of RGB (Red+Green+Blue) = 99+71+76=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63474C is #9CB8B3. Grayscale: #4F4F4F. Windows color (decimal): -10270900 or 4999011. OLE color: 4999011.
HSL color Cylindrical-coordinate representation of color #63474C: hue angle of 349.29º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63474C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 76 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.61 |
| HSL | 349.29º | 0.16% | 0.33% | - |
| HSV(B) | 349.29º | 0.28% | 0.39% | - |
| XYZ | 8.7 | 7.68 | 7.86 | - |
| YUV | 79.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 76 | 0 | 0.28 | 0.23 | 0.61 | 349.29 | 0.16 | 0.33 |
| Hex | 63 | 47 | 4C | 0 | 1C | 17 | 3D | 15D | 10 | 21 |
| Octal | 143 | 107 | 114 | 0 | 34 | 27 | 75 | 535 | 20 | 41 |
| Binary | 1100011 | 1000111 | 1001100 | 0 | 11100 | 10111 | 111101 | 101011101 | 10000 | 100001 |
Color Harmonies of #63474C
Complementary color
Monochromatic Colors of #63474C
Black with #63474C
Text Example
Text Example
White with #63474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63474C; }
p { color: rgb(99,71,76); }
H1.HeaderClassName
{
color: #63474C;
}
.AnyTagClassName
{
color: #63474C;
}
</style>
background-color css
<style>
a { background-color: #63474C; }
a { background-color: rgb(99,71,76); }
div.DivClassName
{
background-color: #63474C;
}
.BgClassName
{
background-color: #63474C;
}
</style>
border-color css
<style>
span { border-color: #63474C; }
span { border-color: rgb(99,71,76); }
td.TdClassName
{
border-color: #63474C;
}
.TagClassName
{
border-color: #63474C;
}
</style>