#6c462c

Color #6C462C Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #6C462C

Tints of Semi-Sweet Chocolate #6C462C

Color information

#6C462C (or 0x6C462C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6C, 46 and 2C. RGB value is (108,70,44). Sum of RGB (Red+Green+Blue) = 108+70+44=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C462C is #93B9D3. Grayscale: #4E4E4E. Windows color (decimal): -9681364 or 2901612. OLE color: 2901612.

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

Color convert

RGB1087044-
CMYK00.350.590.58
HSL24.38º42.11%29.8%-
HSV(B)24.38º59.26%42.35%-
XYZ8.837.753.41-
YUV78.4108.59149.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=48.65%
G=31.53%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108704400.350.590.5824.3842.1129.8
Hex6C462C0233B3A182a1e
Octal154106540437372305236
Binary1101100100011010110001000111110111110101100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c462c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,70,44); }

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

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

 a { background-color: rgb(108,70,44); }

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

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

 span { border-color: rgb(108,70,44); }

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