Shades of Don Juan #63585A
Tints of Don Juan #63585A
RGB
CMYK
RGB Variations
Color information
#63585A (or 0x63585A) is known color: Don Juan. HEX triplet: 63, 58 and 5A. RGB value is (99,88,90). Sum of RGB (Red+Green+Blue) = 99+88+90=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #63585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63585A is #9CA7A5. Grayscale: #5B5B5B. Windows color (decimal): -10266534 or 5920867. OLE color: 5920867.
HSL color Cylindrical-coordinate representation of color #63585A: hue angle of 349.09º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #63585A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 90 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.61 |
| HSL | 349.09º | 0.06% | 0.37% | - |
| HSV(B) | 349.09º | 0.11% | 0.39% | - |
| XYZ | 10.48 | 10.37 | 11.12 | - |
| YUV | 91.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 90 | 0 | 0.11 | 0.09 | 0.61 | 349.09 | 0.06 | 0.37 |
| Hex | 63 | 58 | 5A | 0 | B | 9 | 3D | 15D | 6 | 25 |
| Octal | 143 | 130 | 132 | 0 | 13 | 11 | 75 | 535 | 6 | 45 |
| Binary | 1100011 | 1011000 | 1011010 | 0 | 1011 | 1001 | 111101 | 101011101 | 110 | 100101 |
Color Harmonies of #63585A
Complementary color
Monochromatic Colors of #63585A
Black with #63585A
Text Example
Text Example
White with #63585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63585A; }
p { color: rgb(99,88,90); }
H1.HeaderClassName
{
color: #63585A;
}
.AnyTagClassName
{
color: #63585A;
}
</style>
background-color css
<style>
a { background-color: #63585A; }
a { background-color: rgb(99,88,90); }
div.DivClassName
{
background-color: #63585A;
}
.BgClassName
{
background-color: #63585A;
}
</style>
border-color css
<style>
span { border-color: #63585A; }
span { border-color: rgb(99,88,90); }
td.TdClassName
{
border-color: #63585A;
}
.TagClassName
{
border-color: #63585A;
}
</style>