#67343A

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

Shades of Merlot #67343A

Tints of Merlot #67343A

Color information

#67343A (or 0x67343A) is unknown color: approx Merlot. HEX triplet: 67, 34 and 3A. RGB value is (103,52,58). Sum of RGB (Red+Green+Blue) = 103+52+58=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #67343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67343A is #98CBC5. Grayscale: #434343. Windows color (decimal): -10013638 or 3814503. OLE color: 3814503.

HSL color Cylindrical-coordinate representation of color #67343A: hue angle of 352.94º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67343A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1035258-
CMYK00.500.440.60
HSL352.94º32.9%30.39%-
HSV(B)352.94º49.51%40.39%-
XYZ7.595.654.69-
YUV67.93122.4153.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.36%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=48.36%
G=24.41%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103525800.500.440.60352.9432.930.39
Hex67343A0322C3C161211e
Octal147647206254745414136
Binary1100111110100111010011001010110011110010110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67343A; }

 p { color: rgb(103,52,58); }

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

<style>
 a { background-color: #67343A; }

 a { background-color: rgb(103,52,58); }

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

<style>
 span { border-color: #67343A; }

 span { border-color: rgb(103,52,58); }

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