#68323B

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

Shades of Merlot #68323B

Tints of Merlot #68323B

Color information

#68323B (or 0x68323B) is unknown color: approx Merlot. HEX triplet: 68, 32 and 3B. RGB value is (104,50,59). Sum of RGB (Red+Green+Blue) = 104+50+59=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68323B is #97CDC4. Grayscale: #434343. Windows color (decimal): -9948613 or 3879528. OLE color: 3879528.

HSL color Cylindrical-coordinate representation of color #68323B: hue angle of 350º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68323B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1045059-
CMYK00.520.430.59
HSL350º35.06%30.2%-
HSV(B)350º51.92%40.78%-
XYZ7.645.544.8-
YUV67.17123.39154.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=48.83%
G=23.47%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104505900.520.430.5935035.0630.2
Hex68323B0342B3B15e231e
Octal150627306453735364336
Binary1101000110010111011011010010101111101110101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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