Shades of Don Juan #6C4A50
Tints of Don Juan #6C4A50
RGB
CMYK
RGB Variations
Color information
#6C4A50 (or 0x6C4A50) is known color: Don Juan. HEX triplet: 6C, 4A and 50. RGB value is (108,74,80). Sum of RGB (Red+Green+Blue) = 108+74+80=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4A50 is #93B5AF. Grayscale: #545454. Windows color (decimal): -9680304 or 5261932. OLE color: 5261932.
HSL color Cylindrical-coordinate representation of color #6C4A50: hue angle of 349.41º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C4A50 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 74 | 80 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.58 |
| HSL | 349.41º | 0.19% | 0.36% | - |
| HSV(B) | 349.41º | 0.31% | 0.42% | - |
| XYZ | 10.08 | 8.66 | 8.73 | - |
| YUV | 84.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 74 | 80 | 0 | 0.31 | 0.26 | 0.58 | 349.41 | 0.19 | 0.36 |
| Hex | 6C | 4A | 50 | 0 | 1F | 1A | 3A | 15D | 13 | 24 |
| Octal | 154 | 112 | 120 | 0 | 37 | 32 | 72 | 535 | 23 | 44 |
| Binary | 1101100 | 1001010 | 1010000 | 0 | 11111 | 11010 | 111010 | 101011101 | 10011 | 100100 |
Color Harmonies of #6C4A50
Complementary color
Monochromatic Colors of #6C4A50
Black with #6C4A50
Text Example
Text Example
White with #6C4A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4A50; }
p { color: rgb(108,74,80); }
H1.HeaderClassName
{
color: #6C4A50;
}
.AnyTagClassName
{
color: #6C4A50;
}
</style>
background-color css
<style>
a { background-color: #6C4A50; }
a { background-color: rgb(108,74,80); }
div.DivClassName
{
background-color: #6C4A50;
}
.BgClassName
{
background-color: #6C4A50;
}
</style>
border-color css
<style>
span { border-color: #6C4A50; }
span { border-color: rgb(108,74,80); }
td.TdClassName
{
border-color: #6C4A50;
}
.TagClassName
{
border-color: #6C4A50;
}
</style>