#6A383E

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

Shades of Merlot #6A383E

Tints of Merlot #6A383E

Color information

#6A383E (or 0x6A383E) is unknown color: approx Merlot. HEX triplet: 6A, 38 and 3E. RGB value is (106,56,62). Sum of RGB (Red+Green+Blue) = 106+56+62=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A383E is #95C7C1. Grayscale: #474747. Windows color (decimal): -9816002 or 4077674. OLE color: 4077674.

HSL color Cylindrical-coordinate representation of color #6A383E: hue angle of 352.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A383E is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1065662-
CMYK00.470.420.58
HSL352.8º30.86%31.76%-
HSV(B)352.8º47.17%41.57%-
XYZ8.236.245.33-
YUV71.63122.56152.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.32%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=47.32%
G=25%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106566200.470.420.58352.830.8631.76
Hex6A383E02F2A3A1611f20
Octal152707605752725413740
Binary1101010111000111110010111110101011101010110000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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