#6C4428

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

Shades of Semi-Sweet Chocolate #6C4428

Tints of Semi-Sweet Chocolate #6C4428

Color information

#6C4428 (or 0x6C4428) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6C, 44 and 28. RGB value is (108,68,40). Sum of RGB (Red+Green+Blue) = 108+68+40=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4428 is #93BBD7. Grayscale: #4C4C4C. Windows color (decimal): -9681880 or 2638956. OLE color: 2638956.

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

Color convert

RGB1086840-
CMYK00.370.630.58
HSL24.71º45.95%29.02%-
HSV(B)24.71º62.96%42.35%-
XYZ8.637.483-
YUV76.77107.25150.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=50%
G=31.48%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108684000.370.630.5824.7145.9529.02
Hex6C44280253F3A192e1d
Octal154104500457772315635
Binary1101100100010010100001001011111111110101100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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