Html Css Color HEX #6A323A Merlot

📋 copy color: '#6A323A'

red 106 ◦ green 50 ◦ blue 58

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

Shades of Merlot #6A323A

Tints of Merlot #6A323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

 BLUE value IS 58 (23.05% from 255) = 27.1%

R = 49.53%
G = 23.36%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6A323A (or 0x6A323A) is known color: Merlot. HEX triplet: 6A, 32 and 3A. RGB value is (106,50,58). Sum of RGB (Red+Green+Blue) = 106+50+58=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A323A is #95CDC5. Grayscale: #434343. Windows color (decimal): -9817542 or 3813994. OLE color: 3813994.

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

Color convert

RGB 106 50 58 -
CMYK 0 0.53 0.45 0.58
HSL 351.43º 0.36% 0.31% -
HSV(B) 351.43º 0.53% 0.42% -
XYZ 7.85 5.65 4.68 -
YUV 67.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 106 50 58 0 0.53 0.45 0.58 351.43 0.36 0.31
Hex 6A 32 3A 0 35 2D 3A 15F 24 1F
Octal 152 62 72 0 65 55 72 537 44 37
Binary 1101010 110010 111010 0 110101 101101 111010 101011111 100100 11111

Color Harmonies of #6A323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A323A

Black with #6A323A

Text Example


Text Example

White with #6A323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,50,58); }

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

background-color css

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

 a { background-color: rgb(106,50,58); }

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

border-color css

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

 span { border-color: rgb(106,50,58); }

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