#6E342A

Color #6E342A Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #6E342A

Tints of Mocha #6E342A

Color information

#6E342A (or 0x6E342A) is unknown color: approx Mocha. HEX triplet: 6E, 34 and 2A. RGB value is (110,52,42). Sum of RGB (Red+Green+Blue) = 110+52+42=204 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.92% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 110 - color contains mainly: red. Hex color #6E342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E342A is #91CBD5. Grayscale: #444444. Windows color (decimal): -9554902 or 2765934. OLE color: 2765934.

HSL color Cylindrical-coordinate representation of color #6E342A: hue angle of 8.82º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E342A is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1105242-
CMYK00.530.620.57
HSL8.82º44.74%29.8%-
HSV(B)8.82º61.82%43.14%-
XYZ8.085.942.91-
YUV68.2113.22157.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.92%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=53.92%
G=25.49%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110524200.530.620.578.8244.7429.8
Hex6E342A0353E3992d1e
Octal15664520657671115536
Binary11011101101001010100110101111110111001100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E342A;
 }
 .AnyTagClassName
 {
   color: #6E342A;
 }
</style>
background-color css

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

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

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

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

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

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