Shades of Don Juan #63474A
Tints of Don Juan #63474A
RGB
CMYK
RGB Variations
Color information
#63474A (or 0x63474A) is known color: Don Juan. HEX triplet: 63, 47 and 4A. RGB value is (99,71,74). Sum of RGB (Red+Green+Blue) = 99+71+74=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63474A is #9CB8B5. Grayscale: #4F4F4F. Windows color (decimal): -10270902 or 4867939. OLE color: 4867939.
HSL color Cylindrical-coordinate representation of color #63474A: hue angle of 353.57º 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 #63474A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 74 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.61 |
| HSL | 353.57º | 0.16% | 0.33% | - |
| HSV(B) | 353.57º | 0.28% | 0.39% | - |
| XYZ | 8.63 | 7.65 | 7.5 | - |
| YUV | 79.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 74 | 0 | 0.28 | 0.25 | 0.61 | 353.57 | 0.16 | 0.33 |
| Hex | 63 | 47 | 4A | 0 | 1C | 19 | 3D | 162 | 10 | 21 |
| Octal | 143 | 107 | 112 | 0 | 34 | 31 | 75 | 542 | 20 | 41 |
| Binary | 1100011 | 1000111 | 1001010 | 0 | 11100 | 11001 | 111101 | 101100010 | 10000 | 100001 |
Color Harmonies of #63474A
Complementary color
Monochromatic Colors of #63474A
Black with #63474A
Text Example
Text Example
White with #63474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63474A; }
p { color: rgb(99,71,74); }
H1.HeaderClassName
{
color: #63474A;
}
.AnyTagClassName
{
color: #63474A;
}
</style>
background-color css
<style>
a { background-color: #63474A; }
a { background-color: rgb(99,71,74); }
div.DivClassName
{
background-color: #63474A;
}
.BgClassName
{
background-color: #63474A;
}
</style>
border-color css
<style>
span { border-color: #63474A; }
span { border-color: rgb(99,71,74); }
td.TdClassName
{
border-color: #63474A;
}
.TagClassName
{
border-color: #63474A;
}
</style>