Html Css Color HEX #6C323A Merlot

📋 copy color: '#6C323A'

red 108 ◦ green 50 ◦ blue 58

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

Shades of Merlot #6C323A

Tints of Merlot #6C323A

RGB

 RED value IS 108 (42.58% from 255) = 50%

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

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

R = 50%
G = 23.15%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6C323A (or 0x6C323A) is known color: Merlot. HEX triplet: 6C, 32 and 3A. RGB value is (108,50,58). Sum of RGB (Red+Green+Blue) = 108+50+58=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C323A is #93CDC5. Grayscale: #444444. Windows color (decimal): -9686470 or 3813996. OLE color: 3813996.

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

Color convert

RGB 108 50 58 -
CMYK 0 0.54 0.46 0.58
HSL 351.72º 0.37% 0.31% -
HSV(B) 351.72º 0.54% 0.42% -
XYZ 8.09 5.77 4.69 -
YUV 68.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 108 50 58 0 0.54 0.46 0.58 351.72 0.37 0.31
Hex 6C 32 3A 0 36 2E 3A 160 25 1F
Octal 154 62 72 0 66 56 72 540 45 37
Binary 1101100 110010 111010 0 110110 101110 111010 101100000 100101 11111

Color Harmonies of #6C323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C323A

Black with #6C323A

Text Example


Text Example

White with #6C323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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