Shades of Don Juan #67464B
Tints of Don Juan #67464B
RGB
CMYK
RGB Variations
Color information
#67464B (or 0x67464B) is known color: Don Juan. HEX triplet: 67, 46 and 4B. RGB value is (103,70,75). Sum of RGB (Red+Green+Blue) = 103+70+75=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67464B is #98B9B4. Grayscale: #505050. Windows color (decimal): -10009013 or 4933223. OLE color: 4933223.
HSL color Cylindrical-coordinate representation of color #67464B: hue angle of 350.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67464B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 75 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.60 |
| HSL | 350.91º | 0.19% | 0.34% | - |
| HSV(B) | 350.91º | 0.32% | 0.4% | - |
| XYZ | 9.05 | 7.77 | 7.68 | - |
| YUV | 80.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 75 | 0 | 0.32 | 0.27 | 0.60 | 350.91 | 0.19 | 0.34 |
| Hex | 67 | 46 | 4B | 0 | 20 | 1B | 3C | 15F | 13 | 22 |
| Octal | 147 | 106 | 113 | 0 | 40 | 33 | 74 | 537 | 23 | 42 |
| Binary | 1100111 | 1000110 | 1001011 | 0 | 100000 | 11011 | 111100 | 101011111 | 10011 | 100010 |
Color Harmonies of #67464B
Complementary color
Monochromatic Colors of #67464B
Black with #67464B
Text Example
Text Example
White with #67464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67464B; }
p { color: rgb(103,70,75); }
H1.HeaderClassName
{
color: #67464B;
}
.AnyTagClassName
{
color: #67464B;
}
</style>
background-color css
<style>
a { background-color: #67464B; }
a { background-color: rgb(103,70,75); }
div.DivClassName
{
background-color: #67464B;
}
.BgClassName
{
background-color: #67464B;
}
</style>
border-color css
<style>
span { border-color: #67464B; }
span { border-color: rgb(103,70,75); }
td.TdClassName
{
border-color: #67464B;
}
.TagClassName
{
border-color: #67464B;
}
</style>