Html Css Color HEX #6A3336 Merlot

📋 copy color: '#6A3336'

red 106 ◦ green 51 ◦ blue 54

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

Shades of Merlot #6A3336

Tints of Merlot #6A3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 50.24%
G = 24.17%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6A3336 (or 0x6A3336) is known color: Merlot. HEX triplet: 6A, 33 and 36. RGB value is (106,51,54). Sum of RGB (Red+Green+Blue) = 106+51+54=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3336 is #95CCC9. Grayscale: #434343. Windows color (decimal): -9817290 or 3552106. OLE color: 3552106.

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

Color convert

RGB 106 51 54 -
CMYK 0 0.52 0.49 0.58
HSL 356.73º 0.35% 0.31% -
HSV(B) 356.73º 0.52% 0.42% -
XYZ 7.79 5.7 4.18 -
YUV 67.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 106 51 54 0 0.52 0.49 0.58 356.73 0.35 0.31
Hex 6A 33 36 0 34 31 3A 165 23 1F
Octal 152 63 66 0 64 61 72 545 43 37
Binary 1101010 110011 110110 0 110100 110001 111010 101100101 100011 11111

Color Harmonies of #6A3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3336

Black with #6A3336

Text Example


Text Example

White with #6A3336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,54); }

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

background-color css

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

 a { background-color: rgb(106,51,54); }

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

border-color css

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

 span { border-color: rgb(106,51,54); }

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