Shades of Don Juan #65474C
Tints of Don Juan #65474C
RGB
CMYK
RGB Variations
Color information
#65474C (or 0x65474C) is known color: Don Juan. HEX triplet: 65, 47 and 4C. RGB value is (101,71,76). Sum of RGB (Red+Green+Blue) = 101+71+76=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65474C is #9AB8B3. Grayscale: #505050. Windows color (decimal): -10139828 or 4999013. OLE color: 4999013.
HSL color Cylindrical-coordinate representation of color #65474C: hue angle of 350º 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 #65474C is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 71 | 76 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.60 |
| HSL | 350º | 0.17% | 0.34% | - |
| HSV(B) | 350º | 0.3% | 0.4% | - |
| XYZ | 8.92 | 7.79 | 7.87 | - |
| YUV | 80.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 76 | 0 | 0.30 | 0.25 | 0.60 | 350 | 0.17 | 0.34 |
| Hex | 65 | 47 | 4C | 0 | 1E | 19 | 3C | 15E | 11 | 22 |
| Octal | 145 | 107 | 114 | 0 | 36 | 31 | 74 | 536 | 21 | 42 |
| Binary | 1100101 | 1000111 | 1001100 | 0 | 11110 | 11001 | 111100 | 101011110 | 10001 | 100010 |
Color Harmonies of #65474C
Complementary color
Monochromatic Colors of #65474C
Black with #65474C
Text Example
Text Example
White with #65474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65474C; }
p { color: rgb(101,71,76); }
H1.HeaderClassName
{
color: #65474C;
}
.AnyTagClassName
{
color: #65474C;
}
</style>
background-color css
<style>
a { background-color: #65474C; }
a { background-color: rgb(101,71,76); }
div.DivClassName
{
background-color: #65474C;
}
.BgClassName
{
background-color: #65474C;
}
</style>
border-color css
<style>
span { border-color: #65474C; }
span { border-color: rgb(101,71,76); }
td.TdClassName
{
border-color: #65474C;
}
.TagClassName
{
border-color: #65474C;
}
</style>