Shades of Merlot #68383C
Tints of Merlot #68383C
RGB
CMYK
RGB Variations
Color information
#68383C (or 0x68383C) is known color: Merlot. HEX triplet: 68, 38 and 3C. RGB value is (104,56,60). Sum of RGB (Red+Green+Blue) = 104+56+60=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68383C is #97C7C3. Grayscale: #464646. Windows color (decimal): -9947076 or 3946600. OLE color: 3946600.
HSL color Cylindrical-coordinate representation of color #68383C: hue angle of 355º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68383C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 60 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.59 |
| HSL | 355º | 0.3% | 0.31% | - |
| HSV(B) | 355º | 0.46% | 0.41% | - |
| XYZ | 7.94 | 6.1 | 5.03 | - |
| YUV | 70.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 60 | 0 | 0.46 | 0.42 | 0.59 | 355 | 0.3 | 0.31 |
| Hex | 68 | 38 | 3C | 0 | 2E | 2A | 3B | 163 | 1E | 1F |
| Octal | 150 | 70 | 74 | 0 | 56 | 52 | 73 | 543 | 36 | 37 |
| Binary | 1101000 | 111000 | 111100 | 0 | 101110 | 101010 | 111011 | 101100011 | 11110 | 11111 |
Color Harmonies of #68383C
Complementary color
Monochromatic Colors of #68383C
Black with #68383C
Text Example
Text Example
White with #68383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68383C; }
p { color: rgb(104,56,60); }
H1.HeaderClassName
{
color: #68383C;
}
.AnyTagClassName
{
color: #68383C;
}
</style>
background-color css
<style>
a { background-color: #68383C; }
a { background-color: rgb(104,56,60); }
div.DivClassName
{
background-color: #68383C;
}
.BgClassName
{
background-color: #68383C;
}
</style>
border-color css
<style>
span { border-color: #68383C; }
span { border-color: rgb(104,56,60); }
td.TdClassName
{
border-color: #68383C;
}
.TagClassName
{
border-color: #68383C;
}
</style>