Shades of Don Juan #665256
Tints of Don Juan #665256
RGB
CMYK
RGB Variations
Color information
#665256 (or 0x665256) is known color: Don Juan. HEX triplet: 66, 52 and 56. RGB value is (102,82,86). Sum of RGB (Red+Green+Blue) = 102+82+86=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665256 is #99ADA9. Grayscale: #585858. Windows color (decimal): -10071466 or 5657190. OLE color: 5657190.
HSL color Cylindrical-coordinate representation of color #665256: hue angle of 348º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665256 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 86 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.6 |
| HSL | 348º | 0.11% | 0.36% | - |
| HSV(B) | 348º | 0.2% | 0.4% | - |
| XYZ | 10.18 | 9.53 | 10.11 | - |
| YUV | 88.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 86 | 0 | 0.20 | 0.16 | 0.6 | 348 | 0.11 | 0.36 |
| Hex | 66 | 52 | 56 | 0 | 14 | 10 | 3C | 15C | B | 24 |
| Octal | 146 | 122 | 126 | 0 | 24 | 20 | 74 | 534 | 13 | 44 |
| Binary | 1100110 | 1010010 | 1010110 | 0 | 10100 | 10000 | 111100 | 101011100 | 1011 | 100100 |
Color Harmonies of #665256
Complementary color
Monochromatic Colors of #665256
Black with #665256
Text Example
Text Example
White with #665256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665256; }
p { color: rgb(102,82,86); }
H1.HeaderClassName
{
color: #665256;
}
.AnyTagClassName
{
color: #665256;
}
</style>
background-color css
<style>
a { background-color: #665256; }
a { background-color: rgb(102,82,86); }
div.DivClassName
{
background-color: #665256;
}
.BgClassName
{
background-color: #665256;
}
</style>
border-color css
<style>
span { border-color: #665256; }
span { border-color: rgb(102,82,86); }
td.TdClassName
{
border-color: #665256;
}
.TagClassName
{
border-color: #665256;
}
</style>