Shades of Don Juan #6B4A4E
Tints of Don Juan #6B4A4E
RGB
CMYK
RGB Variations
Color information
#6B4A4E (or 0x6B4A4E) is known color: Don Juan. HEX triplet: 6B, 4A and 4E. RGB value is (107,74,78). Sum of RGB (Red+Green+Blue) = 107+74+78=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A4E is #94B5B1. Grayscale: #545454. Windows color (decimal): -9745842 or 5130859. OLE color: 5130859.
HSL color Cylindrical-coordinate representation of color #6B4A4E: hue angle of 352.73º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B4A4E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 78 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.58 |
| HSL | 352.73º | 0.18% | 0.35% | - |
| HSV(B) | 352.73º | 0.31% | 0.42% | - |
| XYZ | 9.89 | 8.57 | 8.34 | - |
| YUV | 84.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 78 | 0 | 0.31 | 0.27 | 0.58 | 352.73 | 0.18 | 0.35 |
| Hex | 6B | 4A | 4E | 0 | 1F | 1B | 3A | 161 | 12 | 23 |
| Octal | 153 | 112 | 116 | 0 | 37 | 33 | 72 | 541 | 22 | 43 |
| Binary | 1101011 | 1001010 | 1001110 | 0 | 11111 | 11011 | 111010 | 101100001 | 10010 | 100011 |
Color Harmonies of #6B4A4E
Complementary color
Monochromatic Colors of #6B4A4E
Black with #6B4A4E
Text Example
Text Example
White with #6B4A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A4E; }
p { color: rgb(107,74,78); }
H1.HeaderClassName
{
color: #6B4A4E;
}
.AnyTagClassName
{
color: #6B4A4E;
}
</style>
background-color css
<style>
a { background-color: #6B4A4E; }
a { background-color: rgb(107,74,78); }
div.DivClassName
{
background-color: #6B4A4E;
}
.BgClassName
{
background-color: #6B4A4E;
}
</style>
border-color css
<style>
span { border-color: #6B4A4E; }
span { border-color: rgb(107,74,78); }
td.TdClassName
{
border-color: #6B4A4E;
}
.TagClassName
{
border-color: #6B4A4E;
}
</style>