Shades of Don Juan #61474D
Tints of Don Juan #61474D
RGB
CMYK
RGB Variations
Color information
#61474D (or 0x61474D) is known color: Don Juan. HEX triplet: 61, 47 and 4D. RGB value is (97,71,77). Sum of RGB (Red+Green+Blue) = 97+71+77=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61474D is #9EB8B2. Grayscale: #4F4F4F. Windows color (decimal): -10401971 or 5064545. OLE color: 5064545.
HSL color Cylindrical-coordinate representation of color #61474D: hue angle of 346.15º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61474D is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 71 | 77 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.62 |
| HSL | 346.15º | 0.15% | 0.33% | - |
| HSV(B) | 346.15º | 0.27% | 0.38% | - |
| XYZ | 8.52 | 7.58 | 8.04 | - |
| YUV | 79.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 77 | 0 | 0.27 | 0.21 | 0.62 | 346.15 | 0.15 | 0.33 |
| Hex | 61 | 47 | 4D | 0 | 1B | 15 | 3E | 15A | F | 21 |
| Octal | 141 | 107 | 115 | 0 | 33 | 25 | 76 | 532 | 17 | 41 |
| Binary | 1100001 | 1000111 | 1001101 | 0 | 11011 | 10101 | 111110 | 101011010 | 1111 | 100001 |
Color Harmonies of #61474D
Complementary color
Monochromatic Colors of #61474D
Black with #61474D
Text Example
Text Example
White with #61474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61474D; }
p { color: rgb(97,71,77); }
H1.HeaderClassName
{
color: #61474D;
}
.AnyTagClassName
{
color: #61474D;
}
</style>
background-color css
<style>
a { background-color: #61474D; }
a { background-color: rgb(97,71,77); }
div.DivClassName
{
background-color: #61474D;
}
.BgClassName
{
background-color: #61474D;
}
</style>
border-color css
<style>
span { border-color: #61474D; }
span { border-color: rgb(97,71,77); }
td.TdClassName
{
border-color: #61474D;
}
.TagClassName
{
border-color: #61474D;
}
</style>