Shades of Don Juan #61484B
Tints of Don Juan #61484B
RGB
CMYK
RGB Variations
Color information
#61484B (or 0x61484B) is known color: Don Juan. HEX triplet: 61, 48 and 4B. RGB value is (97,72,75). Sum of RGB (Red+Green+Blue) = 97+72+75=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61484B is #9EB7B4. Grayscale: #4F4F4F. Windows color (decimal): -10401717 or 4933729. OLE color: 4933729.
HSL color Cylindrical-coordinate representation of color #61484B: hue angle of 352.8º 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 #61484B is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 72 | 75 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.62 |
| HSL | 352.8º | 0.15% | 0.33% | - |
| HSV(B) | 352.8º | 0.26% | 0.38% | - |
| XYZ | 8.52 | 7.68 | 7.69 | - |
| YUV | 79.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 75 | 0 | 0.26 | 0.23 | 0.62 | 352.8 | 0.15 | 0.33 |
| Hex | 61 | 48 | 4B | 0 | 1A | 17 | 3E | 161 | F | 21 |
| Octal | 141 | 110 | 113 | 0 | 32 | 27 | 76 | 541 | 17 | 41 |
| Binary | 1100001 | 1001000 | 1001011 | 0 | 11010 | 10111 | 111110 | 101100001 | 1111 | 100001 |
Color Harmonies of #61484B
Complementary color
Monochromatic Colors of #61484B
Black with #61484B
Text Example
Text Example
White with #61484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61484B; }
p { color: rgb(97,72,75); }
H1.HeaderClassName
{
color: #61484B;
}
.AnyTagClassName
{
color: #61484B;
}
</style>
background-color css
<style>
a { background-color: #61484B; }
a { background-color: rgb(97,72,75); }
div.DivClassName
{
background-color: #61484B;
}
.BgClassName
{
background-color: #61484B;
}
</style>
border-color css
<style>
span { border-color: #61484B; }
span { border-color: rgb(97,72,75); }
td.TdClassName
{
border-color: #61484B;
}
.TagClassName
{
border-color: #61484B;
}
</style>