Shades of Don Juan #65474D
Tints of Don Juan #65474D
RGB
CMYK
RGB Variations
Color information
#65474D (or 0x65474D) is known color: Don Juan. HEX triplet: 65, 47 and 4D. RGB value is (101,71,77). Sum of RGB (Red+Green+Blue) = 101+71+77=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #65474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65474D is #9AB8B2. Grayscale: #505050. Windows color (decimal): -10139827 or 5064549. OLE color: 5064549.
HSL color Cylindrical-coordinate representation of color #65474D: hue angle of 348º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65474D is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 71 | 77 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.60 |
| HSL | 348º | 0.17% | 0.34% | - |
| HSV(B) | 348º | 0.3% | 0.4% | - |
| XYZ | 8.96 | 7.81 | 8.06 | - |
| YUV | 80.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 77 | 0 | 0.30 | 0.24 | 0.60 | 348 | 0.17 | 0.34 |
| Hex | 65 | 47 | 4D | 0 | 1E | 18 | 3C | 15C | 11 | 22 |
| Octal | 145 | 107 | 115 | 0 | 36 | 30 | 74 | 534 | 21 | 42 |
| Binary | 1100101 | 1000111 | 1001101 | 0 | 11110 | 11000 | 111100 | 101011100 | 10001 | 100010 |
Color Harmonies of #65474D
Complementary color
Monochromatic Colors of #65474D
Black with #65474D
Text Example
Text Example
White with #65474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65474D; }
p { color: rgb(101,71,77); }
H1.HeaderClassName
{
color: #65474D;
}
.AnyTagClassName
{
color: #65474D;
}
</style>
background-color css
<style>
a { background-color: #65474D; }
a { background-color: rgb(101,71,77); }
div.DivClassName
{
background-color: #65474D;
}
.BgClassName
{
background-color: #65474D;
}
</style>
border-color css
<style>
span { border-color: #65474D; }
span { border-color: rgb(101,71,77); }
td.TdClassName
{
border-color: #65474D;
}
.TagClassName
{
border-color: #65474D;
}
</style>