#6F383F

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

Shades of Merlot #6F383F

Tints of Merlot #6F383F

Color information

#6F383F (or 0x6F383F) is unknown color: approx Merlot. HEX triplet: 6F, 38 and 3F. RGB value is (111,56,63). Sum of RGB (Red+Green+Blue) = 111+56+63=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F383F is #90C7C0. Grayscale: #494949. Windows color (decimal): -9488321 or 4143215. OLE color: 4143215.

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

Color convert

RGB1115663-
CMYK00.500.430.56
HSL352.36º32.93%32.75%-
HSV(B)352.36º49.55%43.53%-
XYZ8.876.575.5-
YUV73.24122.22154.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 63 (25% from 255) = 27.39%
R=48.26%
G=24.35%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111566300.500.430.56352.3632.9332.75
Hex6F383F0322B381602121
Octal157707706253705404141
Binary11011111110001111110110010101011111000101100000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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