#6F3035

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

Shades of Merlot #6F3035

Tints of Merlot #6F3035

Color information

#6F3035 (or 0x6F3035) is unknown color: approx Merlot. HEX triplet: 6F, 30 and 35. RGB value is (111,48,53). Sum of RGB (Red+Green+Blue) = 111+48+53=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3035 is #90CFCA. Grayscale: #434343. Windows color (decimal): -9490379 or 3485807. OLE color: 3485807.

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

Color convert

RGB1114853-
CMYK00.570.520.56
HSL355.24º39.62%31.18%-
HSV(B)355.24º56.76%43.53%-
XYZ8.265.754.04-
YUV67.41119.87159.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.36%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 53 (21.09% from 255) = 25%
R=52.36%
G=22.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111485300.570.520.56355.2439.6231.18
Hex6F30350393438163281f
Octal157606507164705435037
Binary1101111110000110101011100111010011100010110001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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