#68333C

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

Shades of Merlot #68333C

Tints of Merlot #68333C

Color information

#68333C (or 0x68333C) is unknown color: approx Merlot. HEX triplet: 68, 33 and 3C. RGB value is (104,51,60). Sum of RGB (Red+Green+Blue) = 104+51+60=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68333C is #97CCC3. Grayscale: #434343. Windows color (decimal): -9948356 or 3945320. OLE color: 3945320.

HSL color Cylindrical-coordinate representation of color #68333C: hue angle of 349.81º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68333C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1045160-
CMYK00.510.420.59
HSL349.81º34.19%30.39%-
HSV(B)349.81º50.96%40.78%-
XYZ7.715.644.96-
YUV67.87123.56153.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=48.37%
G=23.72%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104516000.510.420.59349.8134.1930.39
Hex68333C0332A3B15e221e
Octal150637406352735364236
Binary1101000110011111100011001110101011101110101111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68333C; }

 p { color: rgb(104,51,60); }

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

<style>
 a { background-color: #68333C; }

 a { background-color: rgb(104,51,60); }

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

<style>
 span { border-color: #68333C; }

 span { border-color: rgb(104,51,60); }

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