#6B342C

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

Shades of Mocha #6B342C

Tints of Mocha #6B342C

Color information

#6B342C (or 0x6B342C) is unknown color: approx Mocha. HEX triplet: 6B, 34 and 2C. RGB value is (107,52,44). Sum of RGB (Red+Green+Blue) = 107+52+44=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B342C is #94CBD3. Grayscale: #434343. Windows color (decimal): -9751508 or 2897003. OLE color: 2897003.

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

Color convert

RGB1075244-
CMYK00.510.590.58
HSL7.62º41.72%29.61%-
HSV(B)7.62º58.88%41.96%-
XYZ7.755.763.09-
YUV67.53114.72156.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.71%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=52.71%
G=25.62%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107524400.510.590.587.6241.7229.61
Hex6B342C0333B3A82a1e
Octal15364540637372105236
Binary11010111101001011000110011111011111010100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,44); }

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

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

 a { background-color: rgb(107,52,44); }

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

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

 span { border-color: rgb(107,52,44); }

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