Shades of Don Juan #6B4D53
Tints of Don Juan #6B4D53
RGB
CMYK
RGB Variations
Color information
#6B4D53 (or 0x6B4D53) is known color: Don Juan. HEX triplet: 6B, 4D and 53. RGB value is (107,77,83). Sum of RGB (Red+Green+Blue) = 107+77+83=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D53 is #94B2AC. Grayscale: #565656. Windows color (decimal): -9745069 or 5459307. OLE color: 5459307.
HSL color Cylindrical-coordinate representation of color #6B4D53: hue angle of 348º 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 #6B4D53 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 83 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.58 |
| HSL | 348º | 0.16% | 0.36% | - |
| HSV(B) | 348º | 0.28% | 0.42% | - |
| XYZ | 10.28 | 9.06 | 9.39 | - |
| YUV | 86.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 83 | 0 | 0.28 | 0.22 | 0.58 | 348 | 0.16 | 0.36 |
| Hex | 6B | 4D | 53 | 0 | 1C | 16 | 3A | 15C | 10 | 24 |
| Octal | 153 | 115 | 123 | 0 | 34 | 26 | 72 | 534 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1010011 | 0 | 11100 | 10110 | 111010 | 101011100 | 10000 | 100100 |
Color Harmonies of #6B4D53
Complementary color
Monochromatic Colors of #6B4D53
Black with #6B4D53
Text Example
Text Example
White with #6B4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D53; }
p { color: rgb(107,77,83); }
H1.HeaderClassName
{
color: #6B4D53;
}
.AnyTagClassName
{
color: #6B4D53;
}
</style>
background-color css
<style>
a { background-color: #6B4D53; }
a { background-color: rgb(107,77,83); }
div.DivClassName
{
background-color: #6B4D53;
}
.BgClassName
{
background-color: #6B4D53;
}
</style>
border-color css
<style>
span { border-color: #6B4D53; }
span { border-color: rgb(107,77,83); }
td.TdClassName
{
border-color: #6B4D53;
}
.TagClassName
{
border-color: #6B4D53;
}
</style>