Shades of Don Juan #674C4D
Tints of Don Juan #674C4D
RGB
CMYK
RGB Variations
Color information
#674C4D (or 0x674C4D) is known color: Don Juan. HEX triplet: 67, 4C and 4D. RGB value is (103,76,77). Sum of RGB (Red+Green+Blue) = 103+76+77=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #674C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C4D is #98B3B2. Grayscale: #545454. Windows color (decimal): -10007475 or 5065831. OLE color: 5065831.
HSL color Cylindrical-coordinate representation of color #674C4D: hue angle of 357.78º 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 #674C4D is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 77 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.60 |
| HSL | 357.78º | 0.15% | 0.35% | - |
| HSV(B) | 357.78º | 0.26% | 0.4% | - |
| XYZ | 9.52 | 8.59 | 8.18 | - |
| YUV | 84.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 77 | 0 | 0.26 | 0.25 | 0.60 | 357.78 | 0.15 | 0.35 |
| Hex | 67 | 4C | 4D | 0 | 1A | 19 | 3C | 166 | F | 23 |
| Octal | 147 | 114 | 115 | 0 | 32 | 31 | 74 | 546 | 17 | 43 |
| Binary | 1100111 | 1001100 | 1001101 | 0 | 11010 | 11001 | 111100 | 101100110 | 1111 | 100011 |
Color Harmonies of #674C4D
Complementary color
Monochromatic Colors of #674C4D
Black with #674C4D
Text Example
Text Example
White with #674C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C4D; }
p { color: rgb(103,76,77); }
H1.HeaderClassName
{
color: #674C4D;
}
.AnyTagClassName
{
color: #674C4D;
}
</style>
background-color css
<style>
a { background-color: #674C4D; }
a { background-color: rgb(103,76,77); }
div.DivClassName
{
background-color: #674C4D;
}
.BgClassName
{
background-color: #674C4D;
}
</style>
border-color css
<style>
span { border-color: #674C4D; }
span { border-color: rgb(103,76,77); }
td.TdClassName
{
border-color: #674C4D;
}
.TagClassName
{
border-color: #674C4D;
}
</style>