Shades of Don Juan #654449
Tints of Don Juan #654449
RGB
CMYK
RGB Variations
Color information
#654449 (or 0x654449) is known color: Don Juan. HEX triplet: 65, 44 and 49. RGB value is (101,68,73). Sum of RGB (Red+Green+Blue) = 101+68+73=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #654449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654449 is #9ABBB6. Grayscale: #4E4E4E. Windows color (decimal): -10140599 or 4801637. OLE color: 4801637.
HSL color Cylindrical-coordinate representation of color #654449: hue angle of 350.91º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #654449 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 73 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.60 |
| HSL | 350.91º | 0.2% | 0.33% | - |
| HSV(B) | 350.91º | 0.33% | 0.4% | - |
| XYZ | 8.64 | 7.38 | 7.27 | - |
| YUV | 78.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 73 | 0 | 0.33 | 0.28 | 0.60 | 350.91 | 0.2 | 0.33 |
| Hex | 65 | 44 | 49 | 0 | 21 | 1C | 3C | 15F | 14 | 21 |
| Octal | 145 | 104 | 111 | 0 | 41 | 34 | 74 | 537 | 24 | 41 |
| Binary | 1100101 | 1000100 | 1001001 | 0 | 100001 | 11100 | 111100 | 101011111 | 10100 | 100001 |
Color Harmonies of #654449
Complementary color
Monochromatic Colors of #654449
Black with #654449
Text Example
Text Example
White with #654449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654449; }
p { color: rgb(101,68,73); }
H1.HeaderClassName
{
color: #654449;
}
.AnyTagClassName
{
color: #654449;
}
</style>
background-color css
<style>
a { background-color: #654449; }
a { background-color: rgb(101,68,73); }
div.DivClassName
{
background-color: #654449;
}
.BgClassName
{
background-color: #654449;
}
</style>
border-color css
<style>
span { border-color: #654449; }
span { border-color: rgb(101,68,73); }
td.TdClassName
{
border-color: #654449;
}
.TagClassName
{
border-color: #654449;
}
</style>