Shades of Don Juan #634D51
Tints of Don Juan #634D51
RGB
CMYK
RGB Variations
Color information
#634D51 (or 0x634D51) is known color: Don Juan. HEX triplet: 63, 4D and 51. RGB value is (99,77,81). Sum of RGB (Red+Green+Blue) = 99+77+81=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #634D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D51 is #9CB2AE. Grayscale: #545454. Windows color (decimal): -10269359 or 5328227. OLE color: 5328227.
HSL color Cylindrical-coordinate representation of color #634D51: hue angle of 349.09º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D51 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 81 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.61 |
| HSL | 349.09º | 0.13% | 0.35% | - |
| HSV(B) | 349.09º | 0.22% | 0.39% | - |
| XYZ | 9.28 | 8.55 | 8.95 | - |
| YUV | 84.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 81 | 0 | 0.22 | 0.18 | 0.61 | 349.09 | 0.13 | 0.35 |
| Hex | 63 | 4D | 51 | 0 | 16 | 12 | 3D | 15D | C | 23 |
| Octal | 143 | 115 | 121 | 0 | 26 | 22 | 75 | 535 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1010001 | 0 | 10110 | 10010 | 111101 | 101011101 | 1100 | 100011 |
Color Harmonies of #634D51
Complementary color
Monochromatic Colors of #634D51
Black with #634D51
Text Example
Text Example
White with #634D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D51; }
p { color: rgb(99,77,81); }
H1.HeaderClassName
{
color: #634D51;
}
.AnyTagClassName
{
color: #634D51;
}
</style>
background-color css
<style>
a { background-color: #634D51; }
a { background-color: rgb(99,77,81); }
div.DivClassName
{
background-color: #634D51;
}
.BgClassName
{
background-color: #634D51;
}
</style>
border-color css
<style>
span { border-color: #634D51; }
span { border-color: rgb(99,77,81); }
td.TdClassName
{
border-color: #634D51;
}
.TagClassName
{
border-color: #634D51;
}
</style>