Shades of Don Juan #675255
Tints of Don Juan #675255
RGB
CMYK
RGB Variations
Color information
#675255 (or 0x675255) is known color: Don Juan. HEX triplet: 67, 52 and 55. RGB value is (103,82,85). Sum of RGB (Red+Green+Blue) = 103+82+85=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 103 - color contains mainly: red. Hex color #675255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675255 is #98ADAA. Grayscale: #585858. Windows color (decimal): -10005931 or 5591655. OLE color: 5591655.
HSL color Cylindrical-coordinate representation of color #675255: hue angle of 351.43º 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 #675255 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 85 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.60 |
| HSL | 351.43º | 0.11% | 0.36% | - |
| HSV(B) | 351.43º | 0.2% | 0.4% | - |
| XYZ | 10.25 | 9.57 | 9.9 | - |
| YUV | 88.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 85 | 0 | 0.20 | 0.17 | 0.60 | 351.43 | 0.11 | 0.36 |
| Hex | 67 | 52 | 55 | 0 | 14 | 11 | 3C | 15F | B | 24 |
| Octal | 147 | 122 | 125 | 0 | 24 | 21 | 74 | 537 | 13 | 44 |
| Binary | 1100111 | 1010010 | 1010101 | 0 | 10100 | 10001 | 111100 | 101011111 | 1011 | 100100 |
Color Harmonies of #675255
Complementary color
Monochromatic Colors of #675255
Black with #675255
Text Example
Text Example
White with #675255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675255; }
p { color: rgb(103,82,85); }
H1.HeaderClassName
{
color: #675255;
}
.AnyTagClassName
{
color: #675255;
}
</style>
background-color css
<style>
a { background-color: #675255; }
a { background-color: rgb(103,82,85); }
div.DivClassName
{
background-color: #675255;
}
.BgClassName
{
background-color: #675255;
}
</style>
border-color css
<style>
span { border-color: #675255; }
span { border-color: rgb(103,82,85); }
td.TdClassName
{
border-color: #675255;
}
.TagClassName
{
border-color: #675255;
}
</style>