Shades of Don Juan #6B4D51
Tints of Don Juan #6B4D51
RGB
CMYK
RGB Variations
Color information
#6B4D51 (or 0x6B4D51) is known color: Don Juan. HEX triplet: 6B, 4D and 51. RGB value is (107,77,81). Sum of RGB (Red+Green+Blue) = 107+77+81=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D51 is #94B2AE. Grayscale: #565656. Windows color (decimal): -9745071 or 5328235. OLE color: 5328235.
HSL color Cylindrical-coordinate representation of color #6B4D51: hue angle of 352º 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 #6B4D51 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 81 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.58 |
| HSL | 352º | 0.16% | 0.36% | - |
| HSV(B) | 352º | 0.28% | 0.42% | - |
| XYZ | 10.2 | 9.03 | 8.99 | - |
| YUV | 86.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 81 | 0 | 0.28 | 0.24 | 0.58 | 352 | 0.16 | 0.36 |
| Hex | 6B | 4D | 51 | 0 | 1C | 18 | 3A | 160 | 10 | 24 |
| Octal | 153 | 115 | 121 | 0 | 34 | 30 | 72 | 540 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1010001 | 0 | 11100 | 11000 | 111010 | 101100000 | 10000 | 100100 |
Color Harmonies of #6B4D51
Complementary color
Monochromatic Colors of #6B4D51
Black with #6B4D51
Text Example
Text Example
White with #6B4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D51; }
p { color: rgb(107,77,81); }
H1.HeaderClassName
{
color: #6B4D51;
}
.AnyTagClassName
{
color: #6B4D51;
}
</style>
background-color css
<style>
a { background-color: #6B4D51; }
a { background-color: rgb(107,77,81); }
div.DivClassName
{
background-color: #6B4D51;
}
.BgClassName
{
background-color: #6B4D51;
}
</style>
border-color css
<style>
span { border-color: #6B4D51; }
span { border-color: rgb(107,77,81); }
td.TdClassName
{
border-color: #6B4D51;
}
.TagClassName
{
border-color: #6B4D51;
}
</style>