Html Css Color HEX #6E342C Mocha

📋 copy color: '#6E342C'

red 110 ◦ green 52 ◦ blue 44

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

Shades of Mocha #6E342C

Tints of Mocha #6E342C

RGB

 RED value IS 110 (43.36% from 255) = 53.4%

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

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

R = 53.4%
G = 25.24%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#6E342C (or 0x6E342C) is known color: Mocha. HEX triplet: 6E, 34 and 2C. RGB value is (110,52,44). Sum of RGB (Red+Green+Blue) = 110+52+44=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E342C is #91CBD3. Grayscale: #444444. Windows color (decimal): -9554900 or 2897006. OLE color: 2897006.

HSL color Cylindrical-coordinate representation of color #6E342C: hue angle of 7.27º degrees, saturation: 0.43, 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 #6E342C is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 52 44 -
CMYK 0 0.53 0.6 0.57
HSL 7.27º 0.43% 0.3% -
HSV(B) 7.27º 0.6% 0.43% -
XYZ 8.11 5.95 3.1 -
YUV 68.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 110 52 44 0 0.53 0.6 0.57 7.27 0.43 0.3
Hex 6E 34 2C 0 35 3C 39 7 2B 1E
Octal 156 64 54 0 65 74 71 7 53 36
Binary 1101110 110100 101100 0 110101 111100 111001 111 101011 11110

Color Harmonies of #6E342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E342C

Black with #6E342C

Text Example


Text Example

White with #6E342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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