Shades of Don Juan #68474C
Tints of Don Juan #68474C
RGB
CMYK
RGB Variations
Color information
#68474C (or 0x68474C) is known color: Don Juan. HEX triplet: 68, 47 and 4C. RGB value is (104,71,76). Sum of RGB (Red+Green+Blue) = 104+71+76=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68474C is #97B8B3. Grayscale: #515151. Windows color (decimal): -9943220 or 4999016. OLE color: 4999016.
HSL color Cylindrical-coordinate representation of color #68474C: hue angle of 350.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68474C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 76 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.59 |
| HSL | 350.91º | 0.19% | 0.34% | - |
| HSV(B) | 350.91º | 0.32% | 0.41% | - |
| XYZ | 9.27 | 7.97 | 7.89 | - |
| YUV | 81.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 76 | 0 | 0.32 | 0.27 | 0.59 | 350.91 | 0.19 | 0.34 |
| Hex | 68 | 47 | 4C | 0 | 20 | 1B | 3B | 15F | 13 | 22 |
| Octal | 150 | 107 | 114 | 0 | 40 | 33 | 73 | 537 | 23 | 42 |
| Binary | 1101000 | 1000111 | 1001100 | 0 | 100000 | 11011 | 111011 | 101011111 | 10011 | 100010 |
Color Harmonies of #68474C
Complementary color
Monochromatic Colors of #68474C
Black with #68474C
Text Example
Text Example
White with #68474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68474C; }
p { color: rgb(104,71,76); }
H1.HeaderClassName
{
color: #68474C;
}
.AnyTagClassName
{
color: #68474C;
}
</style>
background-color css
<style>
a { background-color: #68474C; }
a { background-color: rgb(104,71,76); }
div.DivClassName
{
background-color: #68474C;
}
.BgClassName
{
background-color: #68474C;
}
</style>
border-color css
<style>
span { border-color: #68474C; }
span { border-color: rgb(104,71,76); }
td.TdClassName
{
border-color: #68474C;
}
.TagClassName
{
border-color: #68474C;
}
</style>