Shades of Don Juan #665153
Tints of Don Juan #665153
RGB
CMYK
RGB Variations
Color information
#665153 (or 0x665153) is known color: Don Juan. HEX triplet: 66, 51 and 53. RGB value is (102,81,83). Sum of RGB (Red+Green+Blue) = 102+81+83=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #665153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665153 is #99AEAC. Grayscale: #575757. Windows color (decimal): -10071725 or 5460326. OLE color: 5460326.
HSL color Cylindrical-coordinate representation of color #665153: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665153 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 83 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.6 |
| HSL | 354.29º | 0.11% | 0.36% | - |
| HSV(B) | 354.29º | 0.21% | 0.4% | - |
| XYZ | 9.98 | 9.33 | 9.46 | - |
| YUV | 87.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 83 | 0 | 0.21 | 0.19 | 0.6 | 354.29 | 0.11 | 0.36 |
| Hex | 66 | 51 | 53 | 0 | 15 | 13 | 3C | 162 | B | 24 |
| Octal | 146 | 121 | 123 | 0 | 25 | 23 | 74 | 542 | 13 | 44 |
| Binary | 1100110 | 1010001 | 1010011 | 0 | 10101 | 10011 | 111100 | 101100010 | 1011 | 100100 |
Color Harmonies of #665153
Complementary color
Monochromatic Colors of #665153
Black with #665153
Text Example
Text Example
White with #665153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665153; }
p { color: rgb(102,81,83); }
H1.HeaderClassName
{
color: #665153;
}
.AnyTagClassName
{
color: #665153;
}
</style>
background-color css
<style>
a { background-color: #665153; }
a { background-color: rgb(102,81,83); }
div.DivClassName
{
background-color: #665153;
}
.BgClassName
{
background-color: #665153;
}
</style>
border-color css
<style>
span { border-color: #665153; }
span { border-color: rgb(102,81,83); }
td.TdClassName
{
border-color: #665153;
}
.TagClassName
{
border-color: #665153;
}
</style>