#69353C

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

Shades of Merlot #69353C

Tints of Merlot #69353C

Color information

#69353C (or 0x69353C) is unknown color: approx Merlot. HEX triplet: 69, 35 and 3C. RGB value is (105,53,60). Sum of RGB (Red+Green+Blue) = 105+53+60=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69353C is #96CAC3. Grayscale: #454545. Windows color (decimal): -9882308 or 3945833. OLE color: 3945833.

HSL color Cylindrical-coordinate representation of color #69353C: hue angle of 351.92º degrees, saturation: 0.33, 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 #69353C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1055360-
CMYK00.500.430.59
HSL351.92º32.91%30.98%-
HSV(B)351.92º49.52%41.18%-
XYZ7.915.884.99-
YUV69.35122.73153.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=48.17%
G=24.31%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105536000.500.430.59351.9232.9130.98
Hex69353C0322B3B160211f
Octal151657406253735404137
Binary1101001110101111100011001010101111101110110000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,53,60); }

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

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

 a { background-color: rgb(105,53,60); }

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

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

 span { border-color: rgb(105,53,60); }

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