#6A442C

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

Shades of Semi-Sweet Chocolate #6A442C

Tints of Semi-Sweet Chocolate #6A442C

Color information

#6A442C (or 0x6A442C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 44 and 2C. RGB value is (106,68,44). Sum of RGB (Red+Green+Blue) = 106+68+44=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A442C is #95BBD3. Grayscale: #4C4C4C. Windows color (decimal): -9812948 or 2901098. OLE color: 2901098.

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

Color convert

RGB1066844-
CMYK00.360.580.58
HSL23.23º41.33%29.41%-
HSV(B)23.23º58.49%41.57%-
XYZ8.477.383.36-
YUV76.63109.59148.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.62%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=48.62%
G=31.19%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106684400.360.580.5823.2341.3329.41
Hex6A442C0243A3A17291d
Octal152104540447272275135
Binary1101010100010010110001001001110101110101011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,44); }

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

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

 a { background-color: rgb(106,68,44); }

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

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

 span { border-color: rgb(106,68,44); }

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