#69373C

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

Shades of Merlot #69373C

Tints of Merlot #69373C

Color information

#69373C (or 0x69373C) is unknown color: approx Merlot. HEX triplet: 69, 37 and 3C. RGB value is (105,55,60). Sum of RGB (Red+Green+Blue) = 105+55+60=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69373C is #96C8C3. Grayscale: #464646. Windows color (decimal): -9881796 or 3946345. OLE color: 3946345.

HSL color Cylindrical-coordinate representation of color #69373C: hue angle of 354º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69373C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1055560-
CMYK00.480.430.59
HSL354º31.25%31.37%-
HSV(B)354º47.62%41.18%-
XYZ8.016.065.02-
YUV70.52122.06152.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=47.73%
G=25%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105556000.480.430.5935431.2531.37
Hex69373C0302B3B1621f1f
Octal151677406053735423737
Binary110100111011111110001100001010111110111011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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