Shades of Don Juan #6B4C52
Tints of Don Juan #6B4C52
RGB
CMYK
RGB Variations
Color information
#6B4C52 (or 0x6B4C52) is known color: Don Juan. HEX triplet: 6B, 4C and 52. RGB value is (107,76,82). Sum of RGB (Red+Green+Blue) = 107+76+82=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C52 is #94B3AD. Grayscale: #555555. Windows color (decimal): -9745326 or 5393515. OLE color: 5393515.
HSL color Cylindrical-coordinate representation of color #6B4C52: hue angle of 348.39º 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 #6B4C52 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 82 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.58 |
| HSL | 348.39º | 0.17% | 0.36% | - |
| HSV(B) | 348.39º | 0.29% | 0.42% | - |
| XYZ | 10.17 | 8.9 | 9.17 | - |
| YUV | 85.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 82 | 0 | 0.29 | 0.23 | 0.58 | 348.39 | 0.17 | 0.36 |
| Hex | 6B | 4C | 52 | 0 | 1D | 17 | 3A | 15C | 11 | 24 |
| Octal | 153 | 114 | 122 | 0 | 35 | 27 | 72 | 534 | 21 | 44 |
| Binary | 1101011 | 1001100 | 1010010 | 0 | 11101 | 10111 | 111010 | 101011100 | 10001 | 100100 |
Color Harmonies of #6B4C52
Complementary color
Monochromatic Colors of #6B4C52
Black with #6B4C52
Text Example
Text Example
White with #6B4C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C52; }
p { color: rgb(107,76,82); }
H1.HeaderClassName
{
color: #6B4C52;
}
.AnyTagClassName
{
color: #6B4C52;
}
</style>
background-color css
<style>
a { background-color: #6B4C52; }
a { background-color: rgb(107,76,82); }
div.DivClassName
{
background-color: #6B4C52;
}
.BgClassName
{
background-color: #6B4C52;
}
</style>
border-color css
<style>
span { border-color: #6B4C52; }
span { border-color: rgb(107,76,82); }
td.TdClassName
{
border-color: #6B4C52;
}
.TagClassName
{
border-color: #6B4C52;
}
</style>