#6F303B

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

Shades of Merlot #6F303B

Tints of Merlot #6F303B

Color information

#6F303B (or 0x6F303B) is unknown color: approx Merlot. HEX triplet: 6F, 30 and 3B. RGB value is (111,48,59). Sum of RGB (Red+Green+Blue) = 111+48+59=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F303B is #90CFC4. Grayscale: #444444. Windows color (decimal): -9490373 or 3879023. OLE color: 3879023.

HSL color Cylindrical-coordinate representation of color #6F303B: hue angle of 349.52º 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 #6F303B is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1114859-
CMYK00.570.470.56
HSL349.52º39.62%31.18%-
HSV(B)349.52º56.76%43.53%-
XYZ8.45.814.82-
YUV68.09122.87158.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.92%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=50.92%
G=22.02%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111485900.570.470.56349.5239.6231.18
Hex6F303B0392F3815e281f
Octal157607307157705365037
Binary1101111110000111011011100110111111100010101111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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