#6A4020

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

Shades of Semi-Sweet Chocolate #6A4020

Tints of Semi-Sweet Chocolate #6A4020

Color information

#6A4020 (or 0x6A4020) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 40 and 20. RGB value is (106,64,32). Sum of RGB (Red+Green+Blue) = 106+64+32=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4020 is #95BFDF. Grayscale: #494949. Windows color (decimal): -9813984 or 2113642. OLE color: 2113642.

HSL color Cylindrical-coordinate representation of color #6A4020: hue angle of 25.95º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A4020 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1066432-
CMYK00.400.700.58
HSL25.95º53.62%27.06%-
HSV(B)25.95º69.81%41.57%-
XYZ8.046.842.26-
YUV72.91104.91151.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.48%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=52.48%
G=31.68%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106643200.400.700.5825.9553.6227.06
Hex6A4020028463A1a361b
Octal1521004005010672326633
Binary11010101000000100000010100010001101110101101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,64,32); }

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

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

 a { background-color: rgb(106,64,32); }

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

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

 span { border-color: rgb(106,64,32); }

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