Shades of Don Juan #6B4D52
Tints of Don Juan #6B4D52
RGB
CMYK
RGB Variations
Color information
#6B4D52 (or 0x6B4D52) is known color: Don Juan. HEX triplet: 6B, 4D and 52. RGB value is (107,77,82). Sum of RGB (Red+Green+Blue) = 107+77+82=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D52 is #94B2AD. Grayscale: #565656. Windows color (decimal): -9745070 or 5393771. OLE color: 5393771.
HSL color Cylindrical-coordinate representation of color #6B4D52: hue angle of 350º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D52 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 82 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.58 |
| HSL | 350º | 0.16% | 0.36% | - |
| HSV(B) | 350º | 0.28% | 0.42% | - |
| XYZ | 10.24 | 9.04 | 9.19 | - |
| YUV | 86.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 82 | 0 | 0.28 | 0.23 | 0.58 | 350 | 0.16 | 0.36 |
| Hex | 6B | 4D | 52 | 0 | 1C | 17 | 3A | 15E | 10 | 24 |
| Octal | 153 | 115 | 122 | 0 | 34 | 27 | 72 | 536 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1010010 | 0 | 11100 | 10111 | 111010 | 101011110 | 10000 | 100100 |
Color Harmonies of #6B4D52
Complementary color
Monochromatic Colors of #6B4D52
Black with #6B4D52
Text Example
Text Example
White with #6B4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D52; }
p { color: rgb(107,77,82); }
H1.HeaderClassName
{
color: #6B4D52;
}
.AnyTagClassName
{
color: #6B4D52;
}
</style>
background-color css
<style>
a { background-color: #6B4D52; }
a { background-color: rgb(107,77,82); }
div.DivClassName
{
background-color: #6B4D52;
}
.BgClassName
{
background-color: #6B4D52;
}
</style>
border-color css
<style>
span { border-color: #6B4D52; }
span { border-color: rgb(107,77,82); }
td.TdClassName
{
border-color: #6B4D52;
}
.TagClassName
{
border-color: #6B4D52;
}
</style>