#6C3B2D

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

Shades of Mocha #6C3B2D

Tints of Mocha #6C3B2D

Color information

#6C3B2D (or 0x6C3B2D) is unknown color: approx Mocha. HEX triplet: 6C, 3B and 2D. RGB value is (108,59,45). Sum of RGB (Red+Green+Blue) = 108+59+45=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B2D is #93C4D2. Grayscale: #484848. Windows color (decimal): -9684179 or 2964332. OLE color: 2964332.

HSL color Cylindrical-coordinate representation of color #6C3B2D: hue angle of 13.33º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C3B2D is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1085945-
CMYK00.450.580.58
HSL13.33º41.18%30%-
HSV(B)13.33º58.33%42.35%-
XYZ8.226.513.3-
YUV72.05112.73153.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.94%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=50.94%
G=27.83%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108594500.450.580.5813.3341.1830
Hex6C3B2D02D3A3Ad291e
Octal15473550557272155136
Binary11011001110111011010101101111010111010110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,59,45); }

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

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

 a { background-color: rgb(108,59,45); }

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

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

 span { border-color: rgb(108,59,45); }

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