Shades of Don Juan #67474D
Tints of Don Juan #67474D
RGB
CMYK
RGB Variations
Color information
#67474D (or 0x67474D) is known color: Don Juan. HEX triplet: 67, 47 and 4D. RGB value is (103,71,77). Sum of RGB (Red+Green+Blue) = 103+71+77=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #67474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67474D is #98B8B2. Grayscale: #515151. Windows color (decimal): -10008755 or 5064551. OLE color: 5064551.
HSL color Cylindrical-coordinate representation of color #67474D: hue angle of 348.75º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67474D is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 71 | 77 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.60 |
| HSL | 348.75º | 0.18% | 0.34% | - |
| HSV(B) | 348.75º | 0.31% | 0.4% | - |
| XYZ | 9.19 | 7.93 | 8.07 | - |
| YUV | 81.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 77 | 0 | 0.31 | 0.25 | 0.60 | 348.75 | 0.18 | 0.34 |
| Hex | 67 | 47 | 4D | 0 | 1F | 19 | 3C | 15D | 12 | 22 |
| Octal | 147 | 107 | 115 | 0 | 37 | 31 | 74 | 535 | 22 | 42 |
| Binary | 1100111 | 1000111 | 1001101 | 0 | 11111 | 11001 | 111100 | 101011101 | 10010 | 100010 |
Color Harmonies of #67474D
Complementary color
Monochromatic Colors of #67474D
Black with #67474D
Text Example
Text Example
White with #67474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67474D; }
p { color: rgb(103,71,77); }
H1.HeaderClassName
{
color: #67474D;
}
.AnyTagClassName
{
color: #67474D;
}
</style>
background-color css
<style>
a { background-color: #67474D; }
a { background-color: rgb(103,71,77); }
div.DivClassName
{
background-color: #67474D;
}
.BgClassName
{
background-color: #67474D;
}
</style>
border-color css
<style>
span { border-color: #67474D; }
span { border-color: rgb(103,71,77); }
td.TdClassName
{
border-color: #67474D;
}
.TagClassName
{
border-color: #67474D;
}
</style>