#68333B

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

Shades of Merlot #68333B

Tints of Merlot #68333B

Color information

#68333B (or 0x68333B) is unknown color: approx Merlot. HEX triplet: 68, 33 and 3B. RGB value is (104,51,59). Sum of RGB (Red+Green+Blue) = 104+51+59=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68333B is #97CCC4. Grayscale: #434343. Windows color (decimal): -9948357 or 3879784. OLE color: 3879784.

HSL color Cylindrical-coordinate representation of color #68333B: hue angle of 350.94º 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 #68333B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1045159-
CMYK00.510.430.59
HSL350.94º34.19%30.39%-
HSV(B)350.94º50.96%40.78%-
XYZ7.685.634.82-
YUV67.76123.06153.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=48.60%
G=23.83%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104515900.510.430.59350.9434.1930.39
Hex68333B0332B3B15f221e
Octal150637306353735374236
Binary1101000110011111011011001110101111101110101111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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