Shades of Don Juan #654F50
Tints of Don Juan #654F50
RGB
CMYK
RGB Variations
Color information
#654F50 (or 0x654F50) is known color: Don Juan. HEX triplet: 65, 4F and 50. RGB value is (101,79,80). Sum of RGB (Red+Green+Blue) = 101+79+80=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #654F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F50 is #9AB0AF. Grayscale: #555555. Windows color (decimal): -10137776 or 5263205. OLE color: 5263205.
HSL color Cylindrical-coordinate representation of color #654F50: hue angle of 357.27º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #654F50 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 80 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.60 |
| HSL | 357.27º | 0.12% | 0.35% | - |
| HSV(B) | 357.27º | 0.22% | 0.4% | - |
| XYZ | 9.61 | 8.94 | 8.81 | - |
| YUV | 85.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 80 | 0 | 0.22 | 0.21 | 0.60 | 357.27 | 0.12 | 0.35 |
| Hex | 65 | 4F | 50 | 0 | 16 | 15 | 3C | 165 | C | 23 |
| Octal | 145 | 117 | 120 | 0 | 26 | 25 | 74 | 545 | 14 | 43 |
| Binary | 1100101 | 1001111 | 1010000 | 0 | 10110 | 10101 | 111100 | 101100101 | 1100 | 100011 |
Color Harmonies of #654F50
Complementary color
Monochromatic Colors of #654F50
Black with #654F50
Text Example
Text Example
White with #654F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F50; }
p { color: rgb(101,79,80); }
H1.HeaderClassName
{
color: #654F50;
}
.AnyTagClassName
{
color: #654F50;
}
</style>
background-color css
<style>
a { background-color: #654F50; }
a { background-color: rgb(101,79,80); }
div.DivClassName
{
background-color: #654F50;
}
.BgClassName
{
background-color: #654F50;
}
</style>
border-color css
<style>
span { border-color: #654F50; }
span { border-color: rgb(101,79,80); }
td.TdClassName
{
border-color: #654F50;
}
.TagClassName
{
border-color: #654F50;
}
</style>