Shades of Don Juan #63595B
Tints of Don Juan #63595B
RGB
CMYK
RGB Variations
Color information
#63595B (or 0x63595B) is known color: Don Juan. HEX triplet: 63, 59 and 5B. RGB value is (99,89,91). Sum of RGB (Red+Green+Blue) = 99+89+91=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #63595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63595B is #9CA6A4. Grayscale: #5C5C5C. Windows color (decimal): -10266277 or 5986659. OLE color: 5986659.
HSL color Cylindrical-coordinate representation of color #63595B: hue angle of 348º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63595B is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 89 | 91 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.61 |
| HSL | 348º | 0.05% | 0.37% | - |
| HSV(B) | 348º | 0.1% | 0.39% | - |
| XYZ | 10.61 | 10.55 | 11.38 | - |
| YUV | 92.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 91 | 0 | 0.10 | 0.08 | 0.61 | 348 | 0.05 | 0.37 |
| Hex | 63 | 59 | 5B | 0 | A | 8 | 3D | 15C | 5 | 25 |
| Octal | 143 | 131 | 133 | 0 | 12 | 10 | 75 | 534 | 5 | 45 |
| Binary | 1100011 | 1011001 | 1011011 | 0 | 1010 | 1000 | 111101 | 101011100 | 101 | 100101 |
Color Harmonies of #63595B
Complementary color
Monochromatic Colors of #63595B
Black with #63595B
Text Example
Text Example
White with #63595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63595B; }
p { color: rgb(99,89,91); }
H1.HeaderClassName
{
color: #63595B;
}
.AnyTagClassName
{
color: #63595B;
}
</style>
background-color css
<style>
a { background-color: #63595B; }
a { background-color: rgb(99,89,91); }
div.DivClassName
{
background-color: #63595B;
}
.BgClassName
{
background-color: #63595B;
}
</style>
border-color css
<style>
span { border-color: #63595B; }
span { border-color: rgb(99,89,91); }
td.TdClassName
{
border-color: #63595B;
}
.TagClassName
{
border-color: #63595B;
}
</style>