#6F383D

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

Shades of Merlot #6F383D

Tints of Merlot #6F383D

Color information

#6F383D (or 0x6F383D) is unknown color: approx Merlot. HEX triplet: 6F, 38 and 3D. RGB value is (111,56,61). Sum of RGB (Red+Green+Blue) = 111+56+61=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F383D is #90C7C2. Grayscale: #494949. Windows color (decimal): -9488323 or 4012143. OLE color: 4012143.

HSL color Cylindrical-coordinate representation of color #6F383D: hue angle of 354.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F383D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1115661-
CMYK00.500.450.56
HSL354.55º32.93%32.75%-
HSV(B)354.55º49.55%43.53%-
XYZ8.816.545.21-
YUV73.02121.22155.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.68%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=48.68%
G=24.56%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111566100.500.450.56354.5532.9332.75
Hex6F383D0322D381632121
Octal157707506255705434141
Binary11011111110001111010110010101101111000101100011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,56,61); }

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

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

 a { background-color: rgb(111,56,61); }

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

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

 span { border-color: rgb(111,56,61); }

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