#6C442D

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

Shades of Semi-Sweet Chocolate #6C442D

Tints of Semi-Sweet Chocolate #6C442D

Color information

#6C442D (or 0x6C442D) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6C, 44 and 2D. RGB value is (108,68,45). Sum of RGB (Red+Green+Blue) = 108+68+45=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C442D is #93BBD2. Grayscale: #4D4D4D. Windows color (decimal): -9681875 or 2966636. OLE color: 2966636.

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

Color convert

RGB1086845-
CMYK00.370.580.58
HSL21.9º41.18%30%-
HSV(B)21.9º58.33%42.35%-
XYZ8.737.513.47-
YUV77.34109.75149.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 45 (17.97% from 255) = 20.36%
R=48.87%
G=30.77%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108684500.370.580.5821.941.1830
Hex6C442D0253A3A16291e
Octal154104550457272265136
Binary1101100100010010110101001011110101110101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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