Html Css Color HEX #6C333D Merlot

📋 copy color: '#6C333D'

red 108 ◦ green 51 ◦ blue 61

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

Shades of Merlot #6C333D

Tints of Merlot #6C333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 49.09%
G = 23.18%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C333D (or 0x6C333D) is known color: Merlot. HEX triplet: 6C, 33 and 3D. RGB value is (108,51,61). Sum of RGB (Red+Green+Blue) = 108+51+61=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C333D is #93CCC2. Grayscale: #454545. Windows color (decimal): -9686211 or 4010860. OLE color: 4010860.

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

Color convert

RGB 108 51 61 -
CMYK 0 0.53 0.44 0.58
HSL 349.47º 0.36% 0.31% -
HSV(B) 349.47º 0.53% 0.42% -
XYZ 8.21 5.89 5.12 -
YUV 69.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 108 51 61 0 0.53 0.44 0.58 349.47 0.36 0.31
Hex 6C 33 3D 0 35 2C 3A 15D 24 1F
Octal 154 63 75 0 65 54 72 535 44 37
Binary 1101100 110011 111101 0 110101 101100 111010 101011101 100100 11111

Color Harmonies of #6C333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C333D

Black with #6C333D

Text Example


Text Example

White with #6C333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,51,61); }

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

background-color css

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

 a { background-color: rgb(108,51,61); }

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

border-color css

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

 span { border-color: rgb(108,51,61); }

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