#6C372A

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

Shades of Mocha #6C372A

Tints of Mocha #6C372A

Color information

#6C372A (or 0x6C372A) is unknown color: approx Mocha. HEX triplet: 6C, 37 and 2A. RGB value is (108,55,42). Sum of RGB (Red+Green+Blue) = 108+55+42=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C372A is #93C8D5. Grayscale: #454545. Windows color (decimal): -9685206 or 2766700. OLE color: 2766700.

HSL color Cylindrical-coordinate representation of color #6C372A: hue angle of 11.82º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C372A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1085542-
CMYK00.490.610.58
HSL11.82º44%29.41%-
HSV(B)11.82º61.11%42.35%-
XYZ7.976.092.95-
YUV69.36112.56155.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=52.68%
G=26.83%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108554200.490.610.5811.824429.41
Hex6C372A0313D3Ac2c1d
Octal15467520617572145435
Binary11011001101111010100110001111101111010110010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,42); }

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

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

 a { background-color: rgb(108,55,42); }

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

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

 span { border-color: rgb(108,55,42); }

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