Shades of Don Juan #63454A
Tints of Don Juan #63454A
RGB
CMYK
RGB Variations
Color information
#63454A (or 0x63454A) is known color: Don Juan. HEX triplet: 63, 45 and 4A. RGB value is (99,69,74). Sum of RGB (Red+Green+Blue) = 99+69+74=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63454A is #9CBAB5. Grayscale: #4E4E4E. Windows color (decimal): -10271414 or 4867427. OLE color: 4867427.
HSL color Cylindrical-coordinate representation of color #63454A: hue angle of 350º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63454A is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 74 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.61 |
| HSL | 350º | 0.18% | 0.33% | - |
| HSV(B) | 350º | 0.3% | 0.39% | - |
| XYZ | 8.51 | 7.4 | 7.46 | - |
| YUV | 78.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 74 | 0 | 0.30 | 0.25 | 0.61 | 350 | 0.18 | 0.33 |
| Hex | 63 | 45 | 4A | 0 | 1E | 19 | 3D | 15E | 12 | 21 |
| Octal | 143 | 105 | 112 | 0 | 36 | 31 | 75 | 536 | 22 | 41 |
| Binary | 1100011 | 1000101 | 1001010 | 0 | 11110 | 11001 | 111101 | 101011110 | 10010 | 100001 |
Color Harmonies of #63454A
Complementary color
Monochromatic Colors of #63454A
Black with #63454A
Text Example
Text Example
White with #63454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63454A; }
p { color: rgb(99,69,74); }
H1.HeaderClassName
{
color: #63454A;
}
.AnyTagClassName
{
color: #63454A;
}
</style>
background-color css
<style>
a { background-color: #63454A; }
a { background-color: rgb(99,69,74); }
div.DivClassName
{
background-color: #63454A;
}
.BgClassName
{
background-color: #63454A;
}
</style>
border-color css
<style>
span { border-color: #63454A; }
span { border-color: rgb(99,69,74); }
td.TdClassName
{
border-color: #63454A;
}
.TagClassName
{
border-color: #63454A;
}
</style>