#6F383A

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

Shades of Merlot #6F383A

Tints of Merlot #6F383A

Color information

#6F383A (or 0x6F383A) is unknown color: approx Merlot. HEX triplet: 6F, 38 and 3A. RGB value is (111,56,58). Sum of RGB (Red+Green+Blue) = 111+56+58=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F383A is #90C7C5. Grayscale: #484848. Windows color (decimal): -9488326 or 3815535. OLE color: 3815535.

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

Color convert

RGB1115658-
CMYK00.500.480.56
HSL357.82º32.93%32.75%-
HSV(B)357.82º49.55%43.53%-
XYZ8.736.514.8-
YUV72.67119.72155.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=49.33%
G=24.89%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111565800.500.480.56357.8232.9332.75
Hex6F383A03230381662121
Octal157707206260705464141
Binary11011111110001110100110010110000111000101100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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