Html Css Color HEX #6C3237 Merlot

📋 copy color: '#6C3237'

red 108 ◦ green 50 ◦ blue 55

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

Shades of Merlot #6C3237

Tints of Merlot #6C3237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 50.7%
G = 23.47%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C3237 (or 0x6C3237) is known color: Merlot. HEX triplet: 6C, 32 and 37. RGB value is (108,50,55). Sum of RGB (Red+Green+Blue) = 108+50+55=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3237 is #93CDC8. Grayscale: #434343. Windows color (decimal): -9686473 or 3617388. OLE color: 3617388.

HSL color Cylindrical-coordinate representation of color #6C3237: hue angle of 354.83º 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 #6C3237 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 50 55 -
CMYK 0 0.54 0.49 0.58
HSL 354.83º 0.37% 0.31% -
HSV(B) 354.83º 0.54% 0.42% -
XYZ 8.01 5.75 4.3 -
YUV 67.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 108 50 55 0 0.54 0.49 0.58 354.83 0.37 0.31
Hex 6C 32 37 0 36 31 3A 163 25 1F
Octal 154 62 67 0 66 61 72 543 45 37
Binary 1101100 110010 110111 0 110110 110001 111010 101100011 100101 11111

Color Harmonies of #6C3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3237

Black with #6C3237

Text Example


Text Example

White with #6C3237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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