Html Css Color HEX #6C3A3C Merlot

📋 copy color: '#6C3A3C'

red 108 ◦ green 58 ◦ blue 60

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

Shades of Merlot #6C3A3C

Tints of Merlot #6C3A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.66%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 47.79%
G = 25.66%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C3A3C (or 0x6C3A3C) is known color: Merlot. HEX triplet: 6C, 3A and 3C. RGB value is (108,58,60). Sum of RGB (Red+Green+Blue) = 108+58+60=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A3C is #93C5C3. Grayscale: #494949. Windows color (decimal): -9684420 or 3947116. OLE color: 3947116.

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

Color convert

RGB 108 58 60 -
CMYK 0 0.46 0.44 0.58
HSL 357.6º 0.3% 0.33% -
HSV(B) 357.6º 0.46% 0.42% -
XYZ 8.51 6.54 5.09 -
YUV 73.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 108 58 60 0 0.46 0.44 0.58 357.6 0.3 0.33
Hex 6C 3A 3C 0 2E 2C 3A 166 1E 21
Octal 154 72 74 0 56 54 72 546 36 41
Binary 1101100 111010 111100 0 101110 101100 111010 101100110 11110 100001

Color Harmonies of #6C3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3A3C

Black with #6C3A3C

Text Example


Text Example

White with #6C3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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