#68383C

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

Shades of Merlot #68383C

Tints of Merlot #68383C

Color information

#68383C (or 0x68383C) is unknown color: approx 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

RGB1045660-
CMYK00.460.420.59
HSL355º30%31.37%-
HSV(B)355º46.15%40.78%-
XYZ7.946.15.03-
YUV70.81121.9151.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=47.27%
G=25.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104566000.460.420.593553031.37
Hex68383C02E2A3B1631e1f
Octal150707405652735433637
Binary110100011100011110001011101010101110111011000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>