#6E382A

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

Shades of Mocha #6E382A

Tints of Mocha #6E382A

Color information

#6E382A (or 0x6E382A) is unknown color: approx Mocha. HEX triplet: 6E, 38 and 2A. RGB value is (110,56,42). Sum of RGB (Red+Green+Blue) = 110+56+42=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E382A is #91C7D5. Grayscale: #464646. Windows color (decimal): -9553878 or 2766958. OLE color: 2766958.

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

Color convert

RGB1105642-
CMYK00.490.620.57
HSL12.35º44.74%29.8%-
HSV(B)12.35º61.82%43.14%-
XYZ8.266.312.97-
YUV70.55111.89156.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.88%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=52.88%
G=26.92%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110564200.490.620.5712.3544.7429.8
Hex6E382A0313E39c2d1e
Octal15670520617671145536
Binary11011101110001010100110001111110111001110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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