#6E372A

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

Shades of Mocha #6E372A

Tints of Mocha #6E372A

Color information

#6E372A (or 0x6E372A) is unknown color: approx Mocha. HEX triplet: 6E, 37 and 2A. RGB value is (110,55,42). Sum of RGB (Red+Green+Blue) = 110+55+42=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E372A is #91C8D5. Grayscale: #464646. Windows color (decimal): -9554134 or 2766702. OLE color: 2766702.

HSL color Cylindrical-coordinate representation of color #6E372A: hue angle of 11.47º 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 #6E372A is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1105542-
CMYK00.50.620.57
HSL11.47º44.74%29.8%-
HSV(B)11.47º61.82%43.14%-
XYZ8.216.212.96-
YUV69.96112.22156.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.14%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=53.14%
G=26.57%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110554200.50.620.5711.4744.7429.8
Hex6E372A0323E39b2d1e
Octal15667520627671135536
Binary11011101101111010100110010111110111001101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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