Shades of Don Juan #634A4E
Tints of Don Juan #634A4E
RGB
CMYK
RGB Variations
Color information
#634A4E (or 0x634A4E) is known color: Don Juan. HEX triplet: 63, 4A and 4E. RGB value is (99,74,78). Sum of RGB (Red+Green+Blue) = 99+74+78=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #634A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A4E is #9CB5B1. Grayscale: #515151. Windows color (decimal): -10270130 or 5130851. OLE color: 5130851.
HSL color Cylindrical-coordinate representation of color #634A4E: hue angle of 350.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #634A4E is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 78 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.61 |
| HSL | 350.4º | 0.14% | 0.34% | - |
| HSV(B) | 350.4º | 0.25% | 0.39% | - |
| XYZ | 8.97 | 8.1 | 8.3 | - |
| YUV | 81.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 78 | 0 | 0.25 | 0.21 | 0.61 | 350.4 | 0.14 | 0.34 |
| Hex | 63 | 4A | 4E | 0 | 19 | 15 | 3D | 15E | E | 22 |
| Octal | 143 | 112 | 116 | 0 | 31 | 25 | 75 | 536 | 16 | 42 |
| Binary | 1100011 | 1001010 | 1001110 | 0 | 11001 | 10101 | 111101 | 101011110 | 1110 | 100010 |
Color Harmonies of #634A4E
Complementary color
Monochromatic Colors of #634A4E
Black with #634A4E
Text Example
Text Example
White with #634A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A4E; }
p { color: rgb(99,74,78); }
H1.HeaderClassName
{
color: #634A4E;
}
.AnyTagClassName
{
color: #634A4E;
}
</style>
background-color css
<style>
a { background-color: #634A4E; }
a { background-color: rgb(99,74,78); }
div.DivClassName
{
background-color: #634A4E;
}
.BgClassName
{
background-color: #634A4E;
}
</style>
border-color css
<style>
span { border-color: #634A4E; }
span { border-color: rgb(99,74,78); }
td.TdClassName
{
border-color: #634A4E;
}
.TagClassName
{
border-color: #634A4E;
}
</style>