#69343E

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

Shades of Merlot #69343E

Tints of Merlot #69343E

Color information

#69343E (or 0x69343E) is unknown color: approx Merlot. HEX triplet: 69, 34 and 3E. RGB value is (105,52,62). Sum of RGB (Red+Green+Blue) = 105+52+62=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69343E is #96CBC1. Grayscale: #454545. Windows color (decimal): -9882562 or 4076649. OLE color: 4076649.

HSL color Cylindrical-coordinate representation of color #69343E: hue angle of 348.68º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69343E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1055262-
CMYK00.500.410.59
HSL348.68º33.76%30.78%-
HSV(B)348.68º50.48%41.18%-
XYZ7.925.815.26-
YUV68.99124.06153.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 62 (24.61% from 255) = 28.31%
R=47.95%
G=23.74%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105526200.500.410.59348.6833.7630.78
Hex69343E032293B15d221f
Octal151647606251735354237
Binary1101001110100111110011001010100111101110101110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69343E; }

 p { color: rgb(105,52,62); }

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

<style>
 a { background-color: #69343E; }

 a { background-color: rgb(105,52,62); }

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

<style>
 span { border-color: #69343E; }

 span { border-color: rgb(105,52,62); }

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