Shades of Don Juan #69474D
Tints of Don Juan #69474D
RGB
CMYK
RGB Variations
Color information
#69474D (or 0x69474D) is known color: Don Juan. HEX triplet: 69, 47 and 4D. RGB value is (105,71,77). Sum of RGB (Red+Green+Blue) = 105+71+77=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #69474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69474D is #96B8B2. Grayscale: #515151. Windows color (decimal): -9877683 or 5064553. OLE color: 5064553.
HSL color Cylindrical-coordinate representation of color #69474D: hue angle of 349.41º 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 #69474D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 71 | 77 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.59 |
| HSL | 349.41º | 0.19% | 0.35% | - |
| HSV(B) | 349.41º | 0.32% | 0.41% | - |
| XYZ | 9.42 | 8.05 | 8.08 | - |
| YUV | 81.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 77 | 0 | 0.32 | 0.27 | 0.59 | 349.41 | 0.19 | 0.35 |
| Hex | 69 | 47 | 4D | 0 | 20 | 1B | 3B | 15D | 13 | 23 |
| Octal | 151 | 107 | 115 | 0 | 40 | 33 | 73 | 535 | 23 | 43 |
| Binary | 1101001 | 1000111 | 1001101 | 0 | 100000 | 11011 | 111011 | 101011101 | 10011 | 100011 |
Color Harmonies of #69474D
Complementary color
Monochromatic Colors of #69474D
Black with #69474D
Text Example
Text Example
White with #69474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69474D; }
p { color: rgb(105,71,77); }
H1.HeaderClassName
{
color: #69474D;
}
.AnyTagClassName
{
color: #69474D;
}
</style>
background-color css
<style>
a { background-color: #69474D; }
a { background-color: rgb(105,71,77); }
div.DivClassName
{
background-color: #69474D;
}
.BgClassName
{
background-color: #69474D;
}
</style>
border-color css
<style>
span { border-color: #69474D; }
span { border-color: rgb(105,71,77); }
td.TdClassName
{
border-color: #69474D;
}
.TagClassName
{
border-color: #69474D;
}
</style>