Html Css Color HEX #6A3538 Merlot

📋 copy color: '#6A3538'

red 106 ◦ green 53 ◦ blue 56

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

Shades of Merlot #6A3538

Tints of Merlot #6A3538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 56 (22.27% from 255) = 26.05%

R = 49.3%
G = 24.65%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6A3538 (or 0x6A3538) is known color: Merlot. HEX triplet: 6A, 35 and 38. RGB value is (106,53,56). Sum of RGB (Red+Green+Blue) = 106+53+56=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3538 is #95CAC7. Grayscale: #454545. Windows color (decimal): -9816776 or 3683690. OLE color: 3683690.

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

Color convert

RGB 106 53 56 -
CMYK 0 0.5 0.47 0.58
HSL 356.6º 0.33% 0.31% -
HSV(B) 356.6º 0.5% 0.42% -
XYZ 7.93 5.9 4.46 -
YUV 69.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 106 53 56 0 0.5 0.47 0.58 356.6 0.33 0.31
Hex 6A 35 38 0 32 2F 3A 165 21 1F
Octal 152 65 70 0 62 57 72 545 41 37
Binary 1101010 110101 111000 0 110010 101111 111010 101100101 100001 11111

Color Harmonies of #6A3538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3538

Black with #6A3538

Text Example


Text Example

White with #6A3538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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