Shades of Don Juan #634D4E
Tints of Don Juan #634D4E
RGB
CMYK
RGB Variations
Color information
#634D4E (or 0x634D4E) is known color: Don Juan. HEX triplet: 63, 4D and 4E. RGB value is (99,77,78). Sum of RGB (Red+Green+Blue) = 99+77+78=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #634D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D4E is #9CB2B1. Grayscale: #535353. Windows color (decimal): -10269362 or 5131619. OLE color: 5131619.
HSL color Cylindrical-coordinate representation of color #634D4E: hue angle of 357.27º 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 #634D4E is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 78 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.61 |
| HSL | 357.27º | 0.13% | 0.35% | - |
| HSV(B) | 357.27º | 0.22% | 0.39% | - |
| XYZ | 9.17 | 8.51 | 8.37 | - |
| YUV | 83.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 78 | 0 | 0.22 | 0.21 | 0.61 | 357.27 | 0.13 | 0.35 |
| Hex | 63 | 4D | 4E | 0 | 16 | 15 | 3D | 165 | C | 23 |
| Octal | 143 | 115 | 116 | 0 | 26 | 25 | 75 | 545 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1001110 | 0 | 10110 | 10101 | 111101 | 101100101 | 1100 | 100011 |
Color Harmonies of #634D4E
Complementary color
Monochromatic Colors of #634D4E
Black with #634D4E
Text Example
Text Example
White with #634D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D4E; }
p { color: rgb(99,77,78); }
H1.HeaderClassName
{
color: #634D4E;
}
.AnyTagClassName
{
color: #634D4E;
}
</style>
background-color css
<style>
a { background-color: #634D4E; }
a { background-color: rgb(99,77,78); }
div.DivClassName
{
background-color: #634D4E;
}
.BgClassName
{
background-color: #634D4E;
}
</style>
border-color css
<style>
span { border-color: #634D4E; }
span { border-color: rgb(99,77,78); }
td.TdClassName
{
border-color: #634D4E;
}
.TagClassName
{
border-color: #634D4E;
}
</style>