Shades of Don Juan #614B4C
Tints of Don Juan #614B4C
RGB
CMYK
RGB Variations
Color information
#614B4C (or 0x614B4C) is known color: Don Juan. HEX triplet: 61, 4B and 4C. RGB value is (97,75,76). Sum of RGB (Red+Green+Blue) = 97+75+76=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B4C is #9EB4B3. Grayscale: #515151. Windows color (decimal): -10400948 or 5000033. OLE color: 5000033.
HSL color Cylindrical-coordinate representation of color #614B4C: hue angle of 357.27º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614B4C is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 76 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.62 |
| HSL | 357.27º | 0.13% | 0.34% | - |
| HSV(B) | 357.27º | 0.23% | 0.38% | - |
| XYZ | 8.75 | 8.1 | 7.94 | - |
| YUV | 81.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 76 | 0 | 0.23 | 0.22 | 0.62 | 357.27 | 0.13 | 0.34 |
| Hex | 61 | 4B | 4C | 0 | 17 | 16 | 3E | 165 | D | 22 |
| Octal | 141 | 113 | 114 | 0 | 27 | 26 | 76 | 545 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1001100 | 0 | 10111 | 10110 | 111110 | 101100101 | 1101 | 100010 |
Color Harmonies of #614B4C
Complementary color
Monochromatic Colors of #614B4C
Black with #614B4C
Text Example
Text Example
White with #614B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B4C; }
p { color: rgb(97,75,76); }
H1.HeaderClassName
{
color: #614B4C;
}
.AnyTagClassName
{
color: #614B4C;
}
</style>
background-color css
<style>
a { background-color: #614B4C; }
a { background-color: rgb(97,75,76); }
div.DivClassName
{
background-color: #614B4C;
}
.BgClassName
{
background-color: #614B4C;
}
</style>
border-color css
<style>
span { border-color: #614B4C; }
span { border-color: rgb(97,75,76); }
td.TdClassName
{
border-color: #614B4C;
}
.TagClassName
{
border-color: #614B4C;
}
</style>