Shades of Don Juan #674C50
Tints of Don Juan #674C50
RGB
CMYK
RGB Variations
Color information
#674C50 (or 0x674C50) is known color: Don Juan. HEX triplet: 67, 4C and 50. RGB value is (103,76,80). Sum of RGB (Red+Green+Blue) = 103+76+80=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #674C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C50 is #98B3AF. Grayscale: #545454. Windows color (decimal): -10007472 or 5262439. OLE color: 5262439.
HSL color Cylindrical-coordinate representation of color #674C50: hue angle of 351.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #674C50 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 80 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.60 |
| HSL | 351.11º | 0.15% | 0.35% | - |
| HSV(B) | 351.11º | 0.26% | 0.4% | - |
| XYZ | 9.63 | 8.63 | 8.75 | - |
| YUV | 84.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 80 | 0 | 0.26 | 0.22 | 0.60 | 351.11 | 0.15 | 0.35 |
| Hex | 67 | 4C | 50 | 0 | 1A | 16 | 3C | 15F | F | 23 |
| Octal | 147 | 114 | 120 | 0 | 32 | 26 | 74 | 537 | 17 | 43 |
| Binary | 1100111 | 1001100 | 1010000 | 0 | 11010 | 10110 | 111100 | 101011111 | 1111 | 100011 |
Color Harmonies of #674C50
Complementary color
Monochromatic Colors of #674C50
Black with #674C50
Text Example
Text Example
White with #674C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C50; }
p { color: rgb(103,76,80); }
H1.HeaderClassName
{
color: #674C50;
}
.AnyTagClassName
{
color: #674C50;
}
</style>
background-color css
<style>
a { background-color: #674C50; }
a { background-color: rgb(103,76,80); }
div.DivClassName
{
background-color: #674C50;
}
.BgClassName
{
background-color: #674C50;
}
</style>
border-color css
<style>
span { border-color: #674C50; }
span { border-color: rgb(103,76,80); }
td.TdClassName
{
border-color: #674C50;
}
.TagClassName
{
border-color: #674C50;
}
</style>