#69333D

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

Shades of Merlot #69333D

Tints of Merlot #69333D

Color information

#69333D (or 0x69333D) is unknown color: approx Merlot. HEX triplet: 69, 33 and 3D. RGB value is (105,51,61). Sum of RGB (Red+Green+Blue) = 105+51+61=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #69333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69333D is #96CCC2. Grayscale: #444444. Windows color (decimal): -9882819 or 4010857. OLE color: 4010857.

HSL color Cylindrical-coordinate representation of color #69333D: hue angle of 348.89º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69333D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1055161-
CMYK00.510.420.59
HSL348.89º34.62%30.59%-
HSV(B)348.89º51.43%41.18%-
XYZ7.855.715.1-
YUV68.29123.89154.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=48.39%
G=23.50%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105516100.510.420.59348.8934.6230.59
Hex69333D0332A3B15d231f
Octal151637506352735354337
Binary1101001110011111101011001110101011101110101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69333D; }

 p { color: rgb(105,51,61); }

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

<style>
 a { background-color: #69333D; }

 a { background-color: rgb(105,51,61); }

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

<style>
 span { border-color: #69333D; }

 span { border-color: rgb(105,51,61); }

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