#68393B

Color #68393B Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #68393B

Tints of Merlot #68393B

Color information

#68393B (or 0x68393B) is unknown color: approx Merlot. HEX triplet: 68, 39 and 3B. RGB value is (104,57,59). Sum of RGB (Red+Green+Blue) = 104+57+59=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68393B is #97C6C4. Grayscale: #474747. Windows color (decimal): -9946821 or 3881320. OLE color: 3881320.

HSL color Cylindrical-coordinate representation of color #68393B: hue angle of 357.45º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68393B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1045759-
CMYK00.450.430.59
HSL357.45º29.19%31.57%-
HSV(B)357.45º45.19%40.78%-
XYZ7.966.194.91-
YUV71.28121.07151.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=47.27%
G=25.91%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104575900.450.430.59357.4529.1931.57
Hex68393B02D2B3B1651d20
Octal150717305553735453540
Binary1101000111001111011010110110101111101110110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68393B; }

 p { color: rgb(104,57,59); }

 H1.HeaderClassName
 {
   color: #68393B;
 }
 .AnyTagClassName
 {
   color: #68393B;
 }
</style>
background-color css

<style>
 a { background-color: #68393B; }

 a { background-color: rgb(104,57,59); }

 div.DivClassName
 {
   background-color: #68393B;
 }
 .BgClassName
 {
   background-color: #68393B;
 }
</style>
border-color css

<style>
 span { border-color: #68393B; }

 span { border-color: rgb(104,57,59); }

 td.TdClassName
 {
   border-color: #68393B;
 }
 .TagClassName
 {
   border-color: #68393B;
 }
</style>