#69353E

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

Shades of Merlot #69353E

Tints of Merlot #69353E

Color information

#69353E (or 0x69353E) is unknown color: approx Merlot. HEX triplet: 69, 35 and 3E. RGB value is (105,53,62). Sum of RGB (Red+Green+Blue) = 105+53+62=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69353E is #96CAC1. Grayscale: #454545. Windows color (decimal): -9882306 or 4076905. OLE color: 4076905.

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

Color convert

RGB1055362-
CMYK00.500.410.59
HSL349.62º32.91%30.98%-
HSV(B)349.62º49.52%41.18%-
XYZ7.975.95.28-
YUV69.57123.73153.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=47.73%
G=24.09%
B=28.18%

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
Decimal105536200.500.410.59349.6232.9130.98
Hex69353E032293B15e211f
Octal151657606251735364137
Binary1101001110101111110011001010100111101110101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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