Shades of Don Juan #6C4D53
Tints of Don Juan #6C4D53
RGB
CMYK
RGB Variations
Color information
#6C4D53 (or 0x6C4D53) is known color: Don Juan. HEX triplet: 6C, 4D and 53. RGB value is (108,77,83). Sum of RGB (Red+Green+Blue) = 108+77+83=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4D53 is #93B2AC. Grayscale: #565656. Windows color (decimal): -9679533 or 5459308. OLE color: 5459308.
HSL color Cylindrical-coordinate representation of color #6C4D53: 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 #6C4D53 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 77 | 83 | - |
| 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.4 | 9.12 | 9.4 | - |
| YUV | 86.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 83 | 0 | 0.29 | 0.23 | 0.58 | 348.39 | 0.17 | 0.36 |
| Hex | 6C | 4D | 53 | 0 | 1D | 17 | 3A | 15C | 11 | 24 |
| Octal | 154 | 115 | 123 | 0 | 35 | 27 | 72 | 534 | 21 | 44 |
| Binary | 1101100 | 1001101 | 1010011 | 0 | 11101 | 10111 | 111010 | 101011100 | 10001 | 100100 |
Color Harmonies of #6C4D53
Complementary color
Monochromatic Colors of #6C4D53
Black with #6C4D53
Text Example
Text Example
White with #6C4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D53; }
p { color: rgb(108,77,83); }
H1.HeaderClassName
{
color: #6C4D53;
}
.AnyTagClassName
{
color: #6C4D53;
}
</style>
background-color css
<style>
a { background-color: #6C4D53; }
a { background-color: rgb(108,77,83); }
div.DivClassName
{
background-color: #6C4D53;
}
.BgClassName
{
background-color: #6C4D53;
}
</style>
border-color css
<style>
span { border-color: #6C4D53; }
span { border-color: rgb(108,77,83); }
td.TdClassName
{
border-color: #6C4D53;
}
.TagClassName
{
border-color: #6C4D53;
}
</style>