Shades of Don Juan #63464A
Tints of Don Juan #63464A
RGB
CMYK
RGB Variations
Color information
#63464A (or 0x63464A) is known color: Don Juan. HEX triplet: 63, 46 and 4A. RGB value is (99,70,74). Sum of RGB (Red+Green+Blue) = 99+70+74=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63464A is #9CB9B5. Grayscale: #4F4F4F. Windows color (decimal): -10271158 or 4867683. OLE color: 4867683.
HSL color Cylindrical-coordinate representation of color #63464A: hue angle of 351.72º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63464A is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 74 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.61 |
| HSL | 351.72º | 0.17% | 0.33% | - |
| HSV(B) | 351.72º | 0.29% | 0.39% | - |
| XYZ | 8.57 | 7.53 | 7.48 | - |
| YUV | 79.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 74 | 0 | 0.29 | 0.25 | 0.61 | 351.72 | 0.17 | 0.33 |
| Hex | 63 | 46 | 4A | 0 | 1D | 19 | 3D | 160 | 11 | 21 |
| Octal | 143 | 106 | 112 | 0 | 35 | 31 | 75 | 540 | 21 | 41 |
| Binary | 1100011 | 1000110 | 1001010 | 0 | 11101 | 11001 | 111101 | 101100000 | 10001 | 100001 |
Color Harmonies of #63464A
Complementary color
Monochromatic Colors of #63464A
Black with #63464A
Text Example
Text Example
White with #63464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63464A; }
p { color: rgb(99,70,74); }
H1.HeaderClassName
{
color: #63464A;
}
.AnyTagClassName
{
color: #63464A;
}
</style>
background-color css
<style>
a { background-color: #63464A; }
a { background-color: rgb(99,70,74); }
div.DivClassName
{
background-color: #63464A;
}
.BgClassName
{
background-color: #63464A;
}
</style>
border-color css
<style>
span { border-color: #63464A; }
span { border-color: rgb(99,70,74); }
td.TdClassName
{
border-color: #63464A;
}
.TagClassName
{
border-color: #63464A;
}
</style>