Shades of Don Juan #655355
Tints of Don Juan #655355
RGB
CMYK
RGB Variations
Color information
#655355 (or 0x655355) is known color: Don Juan. HEX triplet: 65, 53 and 55. RGB value is (101,83,85). Sum of RGB (Red+Green+Blue) = 101+83+85=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 101 - color contains mainly: red. Hex color #655355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655355 is #9AACAA. Grayscale: #585858. Windows color (decimal): -10136747 or 5591909. OLE color: 5591909.
HSL color Cylindrical-coordinate representation of color #655355: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655355 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 85 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.60 |
| HSL | 353.33º | 0.1% | 0.36% | - |
| HSV(B) | 353.33º | 0.18% | 0.4% | - |
| XYZ | 10.1 | 9.61 | 9.92 | - |
| YUV | 88.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 85 | 0 | 0.18 | 0.16 | 0.60 | 353.33 | 0.1 | 0.36 |
| Hex | 65 | 53 | 55 | 0 | 12 | 10 | 3C | 161 | A | 24 |
| Octal | 145 | 123 | 125 | 0 | 22 | 20 | 74 | 541 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1010101 | 0 | 10010 | 10000 | 111100 | 101100001 | 1010 | 100100 |
Color Harmonies of #655355
Complementary color
Monochromatic Colors of #655355
Black with #655355
Text Example
Text Example
White with #655355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655355; }
p { color: rgb(101,83,85); }
H1.HeaderClassName
{
color: #655355;
}
.AnyTagClassName
{
color: #655355;
}
</style>
background-color css
<style>
a { background-color: #655355; }
a { background-color: rgb(101,83,85); }
div.DivClassName
{
background-color: #655355;
}
.BgClassName
{
background-color: #655355;
}
</style>
border-color css
<style>
span { border-color: #655355; }
span { border-color: rgb(101,83,85); }
td.TdClassName
{
border-color: #655355;
}
.TagClassName
{
border-color: #655355;
}
</style>