Shades of Don Juan #6D4B50
Tints of Don Juan #6D4B50
RGB
CMYK
RGB Variations
Color information
#6D4B50 (or 0x6D4B50) is known color: Don Juan. HEX triplet: 6D, 4B and 50. RGB value is (109,75,80). Sum of RGB (Red+Green+Blue) = 109+75+80=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B50 is #92B4AF. Grayscale: #555555. Windows color (decimal): -9614512 or 5262189. OLE color: 5262189.
HSL color Cylindrical-coordinate representation of color #6D4B50: hue angle of 351.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D4B50 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 80 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.57 |
| HSL | 351.18º | 0.18% | 0.36% | - |
| HSV(B) | 351.18º | 0.31% | 0.43% | - |
| XYZ | 10.27 | 8.86 | 8.76 | - |
| YUV | 85.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 80 | 0 | 0.31 | 0.27 | 0.57 | 351.18 | 0.18 | 0.36 |
| Hex | 6D | 4B | 50 | 0 | 1F | 1B | 39 | 15F | 12 | 24 |
| Octal | 155 | 113 | 120 | 0 | 37 | 33 | 71 | 537 | 22 | 44 |
| Binary | 1101101 | 1001011 | 1010000 | 0 | 11111 | 11011 | 111001 | 101011111 | 10010 | 100100 |
Color Harmonies of #6D4B50
Complementary color
Monochromatic Colors of #6D4B50
Black with #6D4B50
Text Example
Text Example
White with #6D4B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B50; }
p { color: rgb(109,75,80); }
H1.HeaderClassName
{
color: #6D4B50;
}
.AnyTagClassName
{
color: #6D4B50;
}
</style>
background-color css
<style>
a { background-color: #6D4B50; }
a { background-color: rgb(109,75,80); }
div.DivClassName
{
background-color: #6D4B50;
}
.BgClassName
{
background-color: #6D4B50;
}
</style>
border-color css
<style>
span { border-color: #6D4B50; }
span { border-color: rgb(109,75,80); }
td.TdClassName
{
border-color: #6D4B50;
}
.TagClassName
{
border-color: #6D4B50;
}
</style>