#68383B

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

Shades of Merlot #68383B

Tints of Merlot #68383B

Color information

#68383B (or 0x68383B) is unknown color: approx Merlot. HEX triplet: 68, 38 and 3B. RGB value is (104,56,59). Sum of RGB (Red+Green+Blue) = 104+56+59=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68383B is #97C7C4. Grayscale: #464646. Windows color (decimal): -9947077 or 3881064. OLE color: 3881064.

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

Color convert

RGB1045659-
CMYK00.460.430.59
HSL356.25º30%31.37%-
HSV(B)356.25º46.15%40.78%-
XYZ7.916.094.9-
YUV70.69121.4151.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=47.49%
G=25.57%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104565900.460.430.59356.253031.37
Hex68383B02E2B3B1641e1f
Octal150707305653735443637
Binary110100011100011101101011101010111110111011001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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