Shades of Don Juan #61484A
Tints of Don Juan #61484A
RGB
CMYK
RGB Variations
Color information
#61484A (or 0x61484A) is known color: Don Juan. HEX triplet: 61, 48 and 4A. RGB value is (97,72,74). Sum of RGB (Red+Green+Blue) = 97+72+74=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61484A is #9EB7B5. Grayscale: #4F4F4F. Windows color (decimal): -10401718 or 4868193. OLE color: 4868193.
HSL color Cylindrical-coordinate representation of color #61484A: hue angle of 355.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #61484A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 72 | 74 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.62 |
| HSL | 355.2º | 0.15% | 0.33% | - |
| HSV(B) | 355.2º | 0.26% | 0.38% | - |
| XYZ | 8.48 | 7.67 | 7.51 | - |
| YUV | 79.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 74 | 0 | 0.26 | 0.24 | 0.62 | 355.2 | 0.15 | 0.33 |
| Hex | 61 | 48 | 4A | 0 | 1A | 18 | 3E | 163 | F | 21 |
| Octal | 141 | 110 | 112 | 0 | 32 | 30 | 76 | 543 | 17 | 41 |
| Binary | 1100001 | 1001000 | 1001010 | 0 | 11010 | 11000 | 111110 | 101100011 | 1111 | 100001 |
Color Harmonies of #61484A
Complementary color
Monochromatic Colors of #61484A
Black with #61484A
Text Example
Text Example
White with #61484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61484A; }
p { color: rgb(97,72,74); }
H1.HeaderClassName
{
color: #61484A;
}
.AnyTagClassName
{
color: #61484A;
}
</style>
background-color css
<style>
a { background-color: #61484A; }
a { background-color: rgb(97,72,74); }
div.DivClassName
{
background-color: #61484A;
}
.BgClassName
{
background-color: #61484A;
}
</style>
border-color css
<style>
span { border-color: #61484A; }
span { border-color: rgb(97,72,74); }
td.TdClassName
{
border-color: #61484A;
}
.TagClassName
{
border-color: #61484A;
}
</style>