#6B383F

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

Shades of Merlot #6B383F

Tints of Merlot #6B383F

Color information

#6B383F (or 0x6B383F) is unknown color: approx Merlot. HEX triplet: 6B, 38 and 3F. RGB value is (107,56,63). Sum of RGB (Red+Green+Blue) = 107+56+63=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B383F is #94C7C0. Grayscale: #484848. Windows color (decimal): -9750465 or 4143211. OLE color: 4143211.

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

Color convert

RGB1075663-
CMYK00.480.410.58
HSL351.76º31.29%31.96%-
HSV(B)351.76º47.66%41.96%-
XYZ8.376.315.48-
YUV72.05122.9152.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 63 (25% from 255) = 27.88%
R=47.35%
G=24.78%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107566300.480.410.58351.7631.2931.96
Hex6B383F030293A1601f20
Octal153707706051725403740
Binary1101011111000111111011000010100111101010110000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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