#6E382F

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

Shades of Mocha #6E382F

Tints of Mocha #6E382F

Color information

#6E382F (or 0x6E382F) is unknown color: approx Mocha. HEX triplet: 6E, 38 and 2F. RGB value is (110,56,47). Sum of RGB (Red+Green+Blue) = 110+56+47=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E382F is #91C7D0. Grayscale: #474747. Windows color (decimal): -9553873 or 3094638. OLE color: 3094638.

HSL color Cylindrical-coordinate representation of color #6E382F: hue angle of 8.57º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E382F is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB1105647-
CMYK00.490.570.57
HSL8.57º40.13%30.78%-
HSV(B)8.57º57.27%43.14%-
XYZ8.366.353.47-
YUV71.12114.39155.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.64%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=51.64%
G=26.29%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110564700.490.570.578.5740.1330.78
Hex6E382F03139399281f
Octal15670570617171115037
Binary11011101110001011110110001111001111001100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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