Shades of Don Juan #6B4E53
Tints of Don Juan #6B4E53
RGB
CMYK
RGB Variations
Color information
#6B4E53 (or 0x6B4E53) is known color: Don Juan. HEX triplet: 6B, 4E and 53. RGB value is (107,78,83). Sum of RGB (Red+Green+Blue) = 107+78+83=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E53 is #94B1AC. Grayscale: #575757. Windows color (decimal): -9744813 or 5459563. OLE color: 5459563.
HSL color Cylindrical-coordinate representation of color #6B4E53: hue angle of 349.66º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E53 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 83 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.58 |
| HSL | 349.66º | 0.16% | 0.36% | - |
| HSV(B) | 349.66º | 0.27% | 0.42% | - |
| XYZ | 10.35 | 9.2 | 9.41 | - |
| YUV | 87.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 83 | 0 | 0.27 | 0.22 | 0.58 | 349.66 | 0.16 | 0.36 |
| Hex | 6B | 4E | 53 | 0 | 1B | 16 | 3A | 15E | 10 | 24 |
| Octal | 153 | 116 | 123 | 0 | 33 | 26 | 72 | 536 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1010011 | 0 | 11011 | 10110 | 111010 | 101011110 | 10000 | 100100 |
Color Harmonies of #6B4E53
Complementary color
Monochromatic Colors of #6B4E53
Black with #6B4E53
Text Example
Text Example
White with #6B4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E53; }
p { color: rgb(107,78,83); }
H1.HeaderClassName
{
color: #6B4E53;
}
.AnyTagClassName
{
color: #6B4E53;
}
</style>
background-color css
<style>
a { background-color: #6B4E53; }
a { background-color: rgb(107,78,83); }
div.DivClassName
{
background-color: #6B4E53;
}
.BgClassName
{
background-color: #6B4E53;
}
</style>
border-color css
<style>
span { border-color: #6B4E53; }
span { border-color: rgb(107,78,83); }
td.TdClassName
{
border-color: #6B4E53;
}
.TagClassName
{
border-color: #6B4E53;
}
</style>