#6C3831

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

Shades of Mocha #6C3831

Tints of Mocha #6C3831

Color information

#6C3831 (or 0x6C3831) is unknown color: approx Mocha. HEX triplet: 6C, 38 and 31. RGB value is (108,56,49). Sum of RGB (Red+Green+Blue) = 108+56+49=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3831 is #93C7CE. Grayscale: #464646. Windows color (decimal): -9684943 or 3225708. OLE color: 3225708.

HSL color Cylindrical-coordinate representation of color #6C3831: hue angle of 7.12º 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 #6C3831 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB1085649-
CMYK00.480.550.58
HSL7.12º37.58%30.78%-
HSV(B)7.12º54.63%42.35%-
XYZ8.156.243.68-
YUV70.75115.73154.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.70%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=50.70%
G=26.29%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108564900.480.550.587.1237.5830.78
Hex6C3831030373A7261f
Octal1547061060677274637
Binary1101100111000110001011000011011111101011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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