#68383E

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

Shades of Merlot #68383E

Tints of Merlot #68383E

Color information

#68383E (or 0x68383E) is unknown color: approx Merlot. HEX triplet: 68, 38 and 3E. RGB value is (104,56,62). Sum of RGB (Red+Green+Blue) = 104+56+62=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68383E is #97C7C1. Grayscale: #474747. Windows color (decimal): -9947074 or 4077672. OLE color: 4077672.

HSL color Cylindrical-coordinate representation of color #68383E: hue angle of 352.5º 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 #68383E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1045662-
CMYK00.460.400.59
HSL352.5º30%31.37%-
HSV(B)352.5º46.15%40.78%-
XYZ7.996.125.32-
YUV71.04122.9151.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=46.85%
G=25.23%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104566200.460.400.59352.53031.37
Hex68383E02E283B1601e1f
Octal150707605650735403637
Binary110100011100011111001011101010001110111011000001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68383E; }

 p { color: rgb(104,56,62); }

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

<style>
 a { background-color: #68383E; }

 a { background-color: rgb(104,56,62); }

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

<style>
 span { border-color: #68383E; }

 span { border-color: rgb(104,56,62); }

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