Shades of Don Juan #634E51
Tints of Don Juan #634E51
RGB
CMYK
RGB Variations
Color information
#634E51 (or 0x634E51) is known color: Don Juan. HEX triplet: 63, 4E and 51. RGB value is (99,78,81). Sum of RGB (Red+Green+Blue) = 99+78+81=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #634E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E51 is #9CB1AE. Grayscale: #545454. Windows color (decimal): -10269103 or 5328483. OLE color: 5328483.
HSL color Cylindrical-coordinate representation of color #634E51: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #634E51 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 81 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.61 |
| HSL | 351.43º | 0.12% | 0.35% | - |
| HSV(B) | 351.43º | 0.21% | 0.39% | - |
| XYZ | 9.36 | 8.7 | 8.97 | - |
| YUV | 84.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 81 | 0 | 0.21 | 0.18 | 0.61 | 351.43 | 0.12 | 0.35 |
| Hex | 63 | 4E | 51 | 0 | 15 | 12 | 3D | 15F | C | 23 |
| Octal | 143 | 116 | 121 | 0 | 25 | 22 | 75 | 537 | 14 | 43 |
| Binary | 1100011 | 1001110 | 1010001 | 0 | 10101 | 10010 | 111101 | 101011111 | 1100 | 100011 |
Color Harmonies of #634E51
Complementary color
Monochromatic Colors of #634E51
Black with #634E51
Text Example
Text Example
White with #634E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E51; }
p { color: rgb(99,78,81); }
H1.HeaderClassName
{
color: #634E51;
}
.AnyTagClassName
{
color: #634E51;
}
</style>
background-color css
<style>
a { background-color: #634E51; }
a { background-color: rgb(99,78,81); }
div.DivClassName
{
background-color: #634E51;
}
.BgClassName
{
background-color: #634E51;
}
</style>
border-color css
<style>
span { border-color: #634E51; }
span { border-color: rgb(99,78,81); }
td.TdClassName
{
border-color: #634E51;
}
.TagClassName
{
border-color: #634E51;
}
</style>