Shades of Don Juan #634F53
Tints of Don Juan #634F53
RGB
CMYK
RGB Variations
Color information
#634F53 (or 0x634F53) is known color: Don Juan. HEX triplet: 63, 4F and 53. RGB value is (99,79,83). Sum of RGB (Red+Green+Blue) = 99+79+83=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #634F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634F53 is #9CB0AC. Grayscale: #555555. Windows color (decimal): -10268845 or 5459811. OLE color: 5459811.
HSL color Cylindrical-coordinate representation of color #634F53: hue angle of 348º 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 #634F53 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 83 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.61 |
| HSL | 348º | 0.11% | 0.35% | - |
| HSV(B) | 348º | 0.2% | 0.39% | - |
| XYZ | 9.5 | 8.87 | 9.39 | - |
| YUV | 85.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 83 | 0 | 0.20 | 0.16 | 0.61 | 348 | 0.11 | 0.35 |
| Hex | 63 | 4F | 53 | 0 | 14 | 10 | 3D | 15C | B | 23 |
| Octal | 143 | 117 | 123 | 0 | 24 | 20 | 75 | 534 | 13 | 43 |
| Binary | 1100011 | 1001111 | 1010011 | 0 | 10100 | 10000 | 111101 | 101011100 | 1011 | 100011 |
Color Harmonies of #634F53
Complementary color
Monochromatic Colors of #634F53
Black with #634F53
Text Example
Text Example
White with #634F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F53; }
p { color: rgb(99,79,83); }
H1.HeaderClassName
{
color: #634F53;
}
.AnyTagClassName
{
color: #634F53;
}
</style>
background-color css
<style>
a { background-color: #634F53; }
a { background-color: rgb(99,79,83); }
div.DivClassName
{
background-color: #634F53;
}
.BgClassName
{
background-color: #634F53;
}
</style>
border-color css
<style>
span { border-color: #634F53; }
span { border-color: rgb(99,79,83); }
td.TdClassName
{
border-color: #634F53;
}
.TagClassName
{
border-color: #634F53;
}
</style>