Shades of Don Juan #634F55
Tints of Don Juan #634F55
RGB
CMYK
RGB Variations
Color information
#634F55 (or 0x634F55) is known color: Don Juan. HEX triplet: 63, 4F and 55. RGB value is (99,79,85). Sum of RGB (Red+Green+Blue) = 99+79+85=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #634F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634F55 is #9CB0AA. Grayscale: #555555. Windows color (decimal): -10268843 or 5590883. OLE color: 5590883.
HSL color Cylindrical-coordinate representation of color #634F55: hue angle of 342º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #634F55 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 85 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.61 |
| HSL | 342º | 0.11% | 0.35% | - |
| HSV(B) | 342º | 0.2% | 0.39% | - |
| XYZ | 9.58 | 8.9 | 9.81 | - |
| YUV | 85.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 85 | 0 | 0.20 | 0.14 | 0.61 | 342 | 0.11 | 0.35 |
| Hex | 63 | 4F | 55 | 0 | 14 | E | 3D | 156 | B | 23 |
| Octal | 143 | 117 | 125 | 0 | 24 | 16 | 75 | 526 | 13 | 43 |
| Binary | 1100011 | 1001111 | 1010101 | 0 | 10100 | 1110 | 111101 | 101010110 | 1011 | 100011 |
Color Harmonies of #634F55
Complementary color
Monochromatic Colors of #634F55
Black with #634F55
Text Example
Text Example
White with #634F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F55; }
p { color: rgb(99,79,85); }
H1.HeaderClassName
{
color: #634F55;
}
.AnyTagClassName
{
color: #634F55;
}
</style>
background-color css
<style>
a { background-color: #634F55; }
a { background-color: rgb(99,79,85); }
div.DivClassName
{
background-color: #634F55;
}
.BgClassName
{
background-color: #634F55;
}
</style>
border-color css
<style>
span { border-color: #634F55; }
span { border-color: rgb(99,79,85); }
td.TdClassName
{
border-color: #634F55;
}
.TagClassName
{
border-color: #634F55;
}
</style>