Shades of Don Juan #674C52
Tints of Don Juan #674C52
RGB
CMYK
RGB Variations
Color information
#674C52 (or 0x674C52) is known color: Don Juan. HEX triplet: 67, 4C and 52. RGB value is (103,76,82). Sum of RGB (Red+Green+Blue) = 103+76+82=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #674C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C52 is #98B3AD. Grayscale: #545454. Windows color (decimal): -10007470 or 5393511. OLE color: 5393511.
HSL color Cylindrical-coordinate representation of color #674C52: hue angle of 346.67º 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 #674C52 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 82 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.60 |
| HSL | 346.67º | 0.15% | 0.35% | - |
| HSV(B) | 346.67º | 0.26% | 0.4% | - |
| XYZ | 9.7 | 8.66 | 9.14 | - |
| YUV | 84.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 82 | 0 | 0.26 | 0.20 | 0.60 | 346.67 | 0.15 | 0.35 |
| Hex | 67 | 4C | 52 | 0 | 1A | 14 | 3C | 15B | F | 23 |
| Octal | 147 | 114 | 122 | 0 | 32 | 24 | 74 | 533 | 17 | 43 |
| Binary | 1100111 | 1001100 | 1010010 | 0 | 11010 | 10100 | 111100 | 101011011 | 1111 | 100011 |
Color Harmonies of #674C52
Complementary color
Monochromatic Colors of #674C52
Black with #674C52
Text Example
Text Example
White with #674C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C52; }
p { color: rgb(103,76,82); }
H1.HeaderClassName
{
color: #674C52;
}
.AnyTagClassName
{
color: #674C52;
}
</style>
background-color css
<style>
a { background-color: #674C52; }
a { background-color: rgb(103,76,82); }
div.DivClassName
{
background-color: #674C52;
}
.BgClassName
{
background-color: #674C52;
}
</style>
border-color css
<style>
span { border-color: #674C52; }
span { border-color: rgb(103,76,82); }
td.TdClassName
{
border-color: #674C52;
}
.TagClassName
{
border-color: #674C52;
}
</style>