Shades of Don Juan #6B4C51
Tints of Don Juan #6B4C51
RGB
CMYK
RGB Variations
Color information
#6B4C51 (or 0x6B4C51) is known color: Don Juan. HEX triplet: 6B, 4C and 51. RGB value is (107,76,81). Sum of RGB (Red+Green+Blue) = 107+76+81=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C51 is #94B3AE. Grayscale: #555555. Windows color (decimal): -9745327 or 5327979. OLE color: 5327979.
HSL color Cylindrical-coordinate representation of color #6B4C51: hue angle of 350.32º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B4C51 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 81 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.58 |
| HSL | 350.32º | 0.17% | 0.36% | - |
| HSV(B) | 350.32º | 0.29% | 0.42% | - |
| XYZ | 10.13 | 8.89 | 8.97 | - |
| YUV | 85.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 81 | 0 | 0.29 | 0.24 | 0.58 | 350.32 | 0.17 | 0.36 |
| Hex | 6B | 4C | 51 | 0 | 1D | 18 | 3A | 15E | 11 | 24 |
| Octal | 153 | 114 | 121 | 0 | 35 | 30 | 72 | 536 | 21 | 44 |
| Binary | 1101011 | 1001100 | 1010001 | 0 | 11101 | 11000 | 111010 | 101011110 | 10001 | 100100 |
Color Harmonies of #6B4C51
Complementary color
Monochromatic Colors of #6B4C51
Black with #6B4C51
Text Example
Text Example
White with #6B4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C51; }
p { color: rgb(107,76,81); }
H1.HeaderClassName
{
color: #6B4C51;
}
.AnyTagClassName
{
color: #6B4C51;
}
</style>
background-color css
<style>
a { background-color: #6B4C51; }
a { background-color: rgb(107,76,81); }
div.DivClassName
{
background-color: #6B4C51;
}
.BgClassName
{
background-color: #6B4C51;
}
</style>
border-color css
<style>
span { border-color: #6B4C51; }
span { border-color: rgb(107,76,81); }
td.TdClassName
{
border-color: #6B4C51;
}
.TagClassName
{
border-color: #6B4C51;
}
</style>