Html Css Color HEX #6A3839 Merlot

📋 copy color: '#6A3839'

red 106 ◦ green 56 ◦ blue 57

#6A3839
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #6A3839

Tints of Merlot #6A3839

RGB

 RED value IS 106 (41.8% from 255) = 48.4%

 GREEN value IS 56 (22.27% from 255) = 25.57%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 48.4%
G = 25.57%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6A3839 (or 0x6A3839) is known color: Merlot. HEX triplet: 6A, 38 and 39. RGB value is (106,56,57). Sum of RGB (Red+Green+Blue) = 106+56+57=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3839 is #95C7C6. Grayscale: #474747. Windows color (decimal): -9816007 or 3749994. OLE color: 3749994.

HSL color Cylindrical-coordinate representation of color #6A3839: hue angle of 358.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 #6A3839 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 56 57 -
CMYK 0 0.47 0.46 0.58
HSL 358.8º 0.31% 0.32% -
HSV(B) 358.8º 0.47% 0.42% -
XYZ 8.1 6.19 4.64 -
YUV 71.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 106 56 57 0 0.47 0.46 0.58 358.8 0.31 0.32
Hex 6A 38 39 0 2F 2E 3A 167 1F 20
Octal 152 70 71 0 57 56 72 547 37 40
Binary 1101010 111000 111001 0 101111 101110 111010 101100111 11111 100000

Color Harmonies of #6A3839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3839

Black with #6A3839

Text Example


Text Example

White with #6A3839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A3839;
 }
 .AnyTagClassName
 {
   color: #6A3839;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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