#6C352E

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

Shades of Mocha #6C352E

Tints of Mocha #6C352E

Color information

#6C352E (or 0x6C352E) is unknown color: approx Mocha. HEX triplet: 6C, 35 and 2E. RGB value is (108,53,46). Sum of RGB (Red+Green+Blue) = 108+53+46=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C352E is #93CAD1. Grayscale: #444444. Windows color (decimal): -9685714 or 3028332. OLE color: 3028332.

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

Color convert

RGB1085346-
CMYK00.510.570.58
HSL6.77º40.26%30.2%-
HSV(B)6.77º57.41%42.35%-
XYZ7.955.933.31-
YUV68.65115.22156.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=52.17%
G=25.60%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108534600.510.570.586.7740.2630.2
Hex6C352E033393A7281e
Octal1546556063717275036
Binary1101100110101101110011001111100111101011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,53,46); }

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

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

 a { background-color: rgb(108,53,46); }

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

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

 span { border-color: rgb(108,53,46); }

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