Shades of Don Juan #634D50
Tints of Don Juan #634D50
RGB
CMYK
RGB Variations
Color information
#634D50 (or 0x634D50) is known color: Don Juan. HEX triplet: 63, 4D and 50. RGB value is (99,77,80). Sum of RGB (Red+Green+Blue) = 99+77+80=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #634D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D50 is #9CB2AF. Grayscale: #535353. Windows color (decimal): -10269360 or 5262691. OLE color: 5262691.
HSL color Cylindrical-coordinate representation of color #634D50: hue angle of 351.82º 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 #634D50 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 80 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.61 |
| HSL | 351.82º | 0.13% | 0.35% | - |
| HSV(B) | 351.82º | 0.22% | 0.39% | - |
| XYZ | 9.25 | 8.54 | 8.75 | - |
| YUV | 83.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 80 | 0 | 0.22 | 0.19 | 0.61 | 351.82 | 0.13 | 0.35 |
| Hex | 63 | 4D | 50 | 0 | 16 | 13 | 3D | 160 | C | 23 |
| Octal | 143 | 115 | 120 | 0 | 26 | 23 | 75 | 540 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1010000 | 0 | 10110 | 10011 | 111101 | 101100000 | 1100 | 100011 |
Color Harmonies of #634D50
Complementary color
Monochromatic Colors of #634D50
Black with #634D50
Text Example
Text Example
White with #634D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D50; }
p { color: rgb(99,77,80); }
H1.HeaderClassName
{
color: #634D50;
}
.AnyTagClassName
{
color: #634D50;
}
</style>
background-color css
<style>
a { background-color: #634D50; }
a { background-color: rgb(99,77,80); }
div.DivClassName
{
background-color: #634D50;
}
.BgClassName
{
background-color: #634D50;
}
</style>
border-color css
<style>
span { border-color: #634D50; }
span { border-color: rgb(99,77,80); }
td.TdClassName
{
border-color: #634D50;
}
.TagClassName
{
border-color: #634D50;
}
</style>