#6C3931

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

Shades of Mocha #6C3931

Tints of Mocha #6C3931

Color information

#6C3931 (or 0x6C3931) is unknown color: approx Mocha. HEX triplet: 6C, 39 and 31. RGB value is (108,57,49). Sum of RGB (Red+Green+Blue) = 108+57+49=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3931 is #93C6CE. Grayscale: #474747. Windows color (decimal): -9684687 or 3225964. OLE color: 3225964.

HSL color Cylindrical-coordinate representation of color #6C3931: hue angle of 8.14º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C3931 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB1085749-
CMYK00.470.550.58
HSL8.14º37.58%30.78%-
HSV(B)8.14º54.63%42.35%-
XYZ8.26.343.7-
YUV71.34115.4154.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.47%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=50.47%
G=26.64%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108574900.470.550.588.1437.5830.78
Hex6C393102F373A8261f
Octal15471610576772104637
Binary11011001110011100010101111110111111010100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,49); }

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

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

 a { background-color: rgb(108,57,49); }

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

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

 span { border-color: rgb(108,57,49); }

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