#69333B

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

Shades of Merlot #69333B

Tints of Merlot #69333B

Color information

#69333B (or 0x69333B) is unknown color: approx Merlot. HEX triplet: 69, 33 and 3B. RGB value is (105,51,59). Sum of RGB (Red+Green+Blue) = 105+51+59=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #69333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69333B is #96CCC4. Grayscale: #444444. Windows color (decimal): -9882821 or 3879785. OLE color: 3879785.

HSL color Cylindrical-coordinate representation of color #69333B: hue angle of 351.11º 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 #69333B is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1055159-
CMYK00.510.440.59
HSL351.11º34.62%30.59%-
HSV(B)351.11º51.43%41.18%-
XYZ7.85.694.82-
YUV68.06122.89154.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=48.84%
G=23.72%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105515900.510.440.59351.1134.6230.59
Hex69333B0332C3B15f231f
Octal151637306354735374337
Binary1101001110011111011011001110110011101110101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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