Shades of Don Juan #674A50
Tints of Don Juan #674A50
RGB
CMYK
RGB Variations
Color information
#674A50 (or 0x674A50) is known color: Don Juan. HEX triplet: 67, 4A and 50. RGB value is (103,74,80). Sum of RGB (Red+Green+Blue) = 103+74+80=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #674A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A50 is #98B5AF. Grayscale: #535353. Windows color (decimal): -10007984 or 5261927. OLE color: 5261927.
HSL color Cylindrical-coordinate representation of color #674A50: hue angle of 347.59º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674A50 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 80 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.60 |
| HSL | 347.59º | 0.16% | 0.35% | - |
| HSV(B) | 347.59º | 0.28% | 0.4% | - |
| XYZ | 9.49 | 8.36 | 8.7 | - |
| YUV | 83.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 80 | 0 | 0.28 | 0.22 | 0.60 | 347.59 | 0.16 | 0.35 |
| Hex | 67 | 4A | 50 | 0 | 1C | 16 | 3C | 15C | 10 | 23 |
| Octal | 147 | 112 | 120 | 0 | 34 | 26 | 74 | 534 | 20 | 43 |
| Binary | 1100111 | 1001010 | 1010000 | 0 | 11100 | 10110 | 111100 | 101011100 | 10000 | 100011 |
Color Harmonies of #674A50
Complementary color
Monochromatic Colors of #674A50
Black with #674A50
Text Example
Text Example
White with #674A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A50; }
p { color: rgb(103,74,80); }
H1.HeaderClassName
{
color: #674A50;
}
.AnyTagClassName
{
color: #674A50;
}
</style>
background-color css
<style>
a { background-color: #674A50; }
a { background-color: rgb(103,74,80); }
div.DivClassName
{
background-color: #674A50;
}
.BgClassName
{
background-color: #674A50;
}
</style>
border-color css
<style>
span { border-color: #674A50; }
span { border-color: rgb(103,74,80); }
td.TdClassName
{
border-color: #674A50;
}
.TagClassName
{
border-color: #674A50;
}
</style>