#6F383E

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

Shades of Merlot #6F383E

Tints of Merlot #6F383E

Color information

#6F383E (or 0x6F383E) is unknown color: approx Merlot. HEX triplet: 6F, 38 and 3E. RGB value is (111,56,62). Sum of RGB (Red+Green+Blue) = 111+56+62=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F383E is #90C7C1. Grayscale: #494949. Windows color (decimal): -9488322 or 4077679. OLE color: 4077679.

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

Color convert

RGB1115662-
CMYK00.500.440.56
HSL353.45º32.93%32.75%-
HSV(B)353.45º49.55%43.53%-
XYZ8.846.565.36-
YUV73.13121.72155.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=48.47%
G=24.45%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111566200.500.440.56353.4532.9332.75
Hex6F383E0322C381612121
Octal157707606254705414141
Binary11011111110001111100110010101100111000101100001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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