#6C4028

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

Shades of Semi-Sweet Chocolate #6C4028

Tints of Semi-Sweet Chocolate #6C4028

Color information

#6C4028 (or 0x6C4028) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6C, 40 and 28. RGB value is (108,64,40). Sum of RGB (Red+Green+Blue) = 108+64+40=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4028 is #93BFD7. Grayscale: #4A4A4A. Windows color (decimal): -9682904 or 2637932. OLE color: 2637932.

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

Color convert

RGB1086440-
CMYK00.410.630.58
HSL21.18º45.95%29.02%-
HSV(B)21.18º62.96%42.35%-
XYZ8.47.012.92-
YUV74.42108.58151.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.94%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=50.94%
G=30.19%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108644000.410.630.5821.1845.9529.02
Hex6C40280293F3A152e1d
Octal154100500517772255635
Binary1101100100000010100001010011111111110101010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,64,40); }

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

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

 a { background-color: rgb(108,64,40); }

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

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

 span { border-color: rgb(108,64,40); }

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