#6F353E

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

Shades of Merlot #6F353E

Tints of Merlot #6F353E

Color information

#6F353E (or 0x6F353E) is unknown color: approx Merlot. HEX triplet: 6F, 35 and 3E. RGB value is (111,53,62). Sum of RGB (Red+Green+Blue) = 111+53+62=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F353E is #90CAC1. Grayscale: #474747. Windows color (decimal): -9489090 or 4076911. OLE color: 4076911.

HSL color Cylindrical-coordinate representation of color #6F353E: hue angle of 350.69º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F353E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1115362-
CMYK00.520.440.56
HSL350.69º35.37%32.16%-
HSV(B)350.69º52.25%43.53%-
XYZ8.76.275.31-
YUV71.37122.72156.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=49.12%
G=23.45%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111536200.520.440.56350.6935.3732.16
Hex6F353E0342C3815f2320
Octal157657606454705374340
Binary11011111101011111100110100101100111000101011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F353E; }

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

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

<style>
 a { background-color: #6F353E; }

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

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

<style>
 span { border-color: #6F353E; }

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

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