Shades of Don Juan #69474E
Tints of Don Juan #69474E
RGB
CMYK
RGB Variations
Color information
#69474E (or 0x69474E) is known color: Don Juan. HEX triplet: 69, 47 and 4E. RGB value is (105,71,78). Sum of RGB (Red+Green+Blue) = 105+71+78=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #69474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69474E is #96B8B1. Grayscale: #515151. Windows color (decimal): -9877682 or 5130089. OLE color: 5130089.
HSL color Cylindrical-coordinate representation of color #69474E: hue angle of 347.65º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69474E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 71 | 78 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.59 |
| HSL | 347.65º | 0.19% | 0.35% | - |
| HSV(B) | 347.65º | 0.32% | 0.41% | - |
| XYZ | 9.45 | 8.06 | 8.27 | - |
| YUV | 81.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 78 | 0 | 0.32 | 0.26 | 0.59 | 347.65 | 0.19 | 0.35 |
| Hex | 69 | 47 | 4E | 0 | 20 | 1A | 3B | 15C | 13 | 23 |
| Octal | 151 | 107 | 116 | 0 | 40 | 32 | 73 | 534 | 23 | 43 |
| Binary | 1101001 | 1000111 | 1001110 | 0 | 100000 | 11010 | 111011 | 101011100 | 10011 | 100011 |
Color Harmonies of #69474E
Complementary color
Monochromatic Colors of #69474E
Black with #69474E
Text Example
Text Example
White with #69474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69474E; }
p { color: rgb(105,71,78); }
H1.HeaderClassName
{
color: #69474E;
}
.AnyTagClassName
{
color: #69474E;
}
</style>
background-color css
<style>
a { background-color: #69474E; }
a { background-color: rgb(105,71,78); }
div.DivClassName
{
background-color: #69474E;
}
.BgClassName
{
background-color: #69474E;
}
</style>
border-color css
<style>
span { border-color: #69474E; }
span { border-color: rgb(105,71,78); }
td.TdClassName
{
border-color: #69474E;
}
.TagClassName
{
border-color: #69474E;
}
</style>