#68363C

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

Shades of Merlot #68363C

Tints of Merlot #68363C

Color information

#68363C (or 0x68363C) is unknown color: approx Merlot. HEX triplet: 68, 36 and 3C. RGB value is (104,54,60). Sum of RGB (Red+Green+Blue) = 104+54+60=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68363C is #97C9C3. Grayscale: #454545. Windows color (decimal): -9947588 or 3946088. OLE color: 3946088.

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

Color convert

RGB1045460-
CMYK00.480.420.59
HSL352.8º31.65%30.98%-
HSV(B)352.8º48.08%40.78%-
XYZ7.845.915-
YUV69.63122.56152.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=47.71%
G=24.77%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104546000.480.420.59352.831.6530.98
Hex68363C0302A3B161201f
Octal150667406052735414037
Binary1101000110110111100011000010101011101110110000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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