Shades of Don Juan #67494C
Tints of Don Juan #67494C
RGB
CMYK
RGB Variations
Color information
#67494C (or 0x67494C) is known color: Don Juan. HEX triplet: 67, 49 and 4C. RGB value is (103,73,76). Sum of RGB (Red+Green+Blue) = 103+73+76=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #67494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67494C is #98B6B3. Grayscale: #525252. Windows color (decimal): -10008244 or 4999527. OLE color: 4999527.
HSL color Cylindrical-coordinate representation of color #67494C: hue angle of 354º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67494C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 76 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.60 |
| HSL | 354º | 0.17% | 0.35% | - |
| HSV(B) | 354º | 0.29% | 0.4% | - |
| XYZ | 9.28 | 8.17 | 7.93 | - |
| YUV | 82.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 76 | 0 | 0.29 | 0.26 | 0.60 | 354 | 0.17 | 0.35 |
| Hex | 67 | 49 | 4C | 0 | 1D | 1A | 3C | 162 | 11 | 23 |
| Octal | 147 | 111 | 114 | 0 | 35 | 32 | 74 | 542 | 21 | 43 |
| Binary | 1100111 | 1001001 | 1001100 | 0 | 11101 | 11010 | 111100 | 101100010 | 10001 | 100011 |
Color Harmonies of #67494C
Complementary color
Monochromatic Colors of #67494C
Black with #67494C
Text Example
Text Example
White with #67494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67494C; }
p { color: rgb(103,73,76); }
H1.HeaderClassName
{
color: #67494C;
}
.AnyTagClassName
{
color: #67494C;
}
</style>
background-color css
<style>
a { background-color: #67494C; }
a { background-color: rgb(103,73,76); }
div.DivClassName
{
background-color: #67494C;
}
.BgClassName
{
background-color: #67494C;
}
</style>
border-color css
<style>
span { border-color: #67494C; }
span { border-color: rgb(103,73,76); }
td.TdClassName
{
border-color: #67494C;
}
.TagClassName
{
border-color: #67494C;
}
</style>