#6B383E

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

Shades of Merlot #6B383E

Tints of Merlot #6B383E

Color information

#6B383E (or 0x6B383E) is unknown color: approx Merlot. HEX triplet: 6B, 38 and 3E. RGB value is (107,56,62). Sum of RGB (Red+Green+Blue) = 107+56+62=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B383E is #94C7C1. Grayscale: #474747. Windows color (decimal): -9750466 or 4077675. OLE color: 4077675.

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

Color convert

RGB1075662-
CMYK00.480.420.58
HSL352.94º31.29%31.96%-
HSV(B)352.94º47.66%41.96%-
XYZ8.356.35.33-
YUV71.93122.4153.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=47.56%
G=24.89%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107566200.480.420.58352.9431.2931.96
Hex6B383E0302A3A1611f20
Octal153707606052725413740
Binary1101011111000111110011000010101011101010110000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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