Html Css Color HEX #6D342C Mocha

📋 copy color: '#6D342C'

red 109 ◦ green 52 ◦ blue 44

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

Shades of Mocha #6D342C

Tints of Mocha #6D342C

RGB

 RED value IS 109 (42.97% from 255) = 53.17%

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 53.17%
G = 25.37%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D342C (or 0x6D342C) is known color: Mocha. HEX triplet: 6D, 34 and 2C. RGB value is (109,52,44). Sum of RGB (Red+Green+Blue) = 109+52+44=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D342C is #92CBD3. Grayscale: #444444. Windows color (decimal): -9620436 or 2897005. OLE color: 2897005.

HSL color Cylindrical-coordinate representation of color #6D342C: hue angle of 7.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D342C is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 52 44 -
CMYK 0 0.52 0.60 0.57
HSL 7.38º 0.42% 0.3% -
HSV(B) 7.38º 0.6% 0.43% -
XYZ 7.99 5.89 3.1 -
YUV 68.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 109 52 44 0 0.52 0.60 0.57 7.38 0.42 0.3
Hex 6D 34 2C 0 34 3C 39 7 2A 1E
Octal 155 64 54 0 64 74 71 7 52 36
Binary 1101101 110100 101100 0 110100 111100 111001 111 101010 11110

Color Harmonies of #6D342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D342C

Black with #6D342C

Text Example


Text Example

White with #6D342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,44); }

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

background-color css

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

 a { background-color: rgb(109,52,44); }

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

border-color css

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

 span { border-color: rgb(109,52,44); }

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