Shades of Don Juan #655357
Tints of Don Juan #655357
RGB
CMYK
RGB Variations
Color information
#655357 (or 0x655357) is known color: Don Juan. HEX triplet: 65, 53 and 57. RGB value is (101,83,87). Sum of RGB (Red+Green+Blue) = 101+83+87=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #655357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655357 is #9AACA8. Grayscale: #585858. Windows color (decimal): -10136745 or 5722981. OLE color: 5722981.
HSL color Cylindrical-coordinate representation of color #655357: hue angle of 346.67º 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 #655357 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 87 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.60 |
| HSL | 346.67º | 0.1% | 0.36% | - |
| HSV(B) | 346.67º | 0.18% | 0.4% | - |
| XYZ | 10.18 | 9.64 | 10.34 | - |
| YUV | 88.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 87 | 0 | 0.18 | 0.14 | 0.60 | 346.67 | 0.1 | 0.36 |
| Hex | 65 | 53 | 57 | 0 | 12 | E | 3C | 15B | A | 24 |
| Octal | 145 | 123 | 127 | 0 | 22 | 16 | 74 | 533 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1010111 | 0 | 10010 | 1110 | 111100 | 101011011 | 1010 | 100100 |
Color Harmonies of #655357
Complementary color
Monochromatic Colors of #655357
Black with #655357
Text Example
Text Example
White with #655357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655357; }
p { color: rgb(101,83,87); }
H1.HeaderClassName
{
color: #655357;
}
.AnyTagClassName
{
color: #655357;
}
</style>
background-color css
<style>
a { background-color: #655357; }
a { background-color: rgb(101,83,87); }
div.DivClassName
{
background-color: #655357;
}
.BgClassName
{
background-color: #655357;
}
</style>
border-color css
<style>
span { border-color: #655357; }
span { border-color: rgb(101,83,87); }
td.TdClassName
{
border-color: #655357;
}
.TagClassName
{
border-color: #655357;
}
</style>