#6A4221

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

Shades of Semi-Sweet Chocolate #6A4221

Tints of Semi-Sweet Chocolate #6A4221

Color information

#6A4221 (or 0x6A4221) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 42 and 21. RGB value is (106,66,33). Sum of RGB (Red+Green+Blue) = 106+66+33=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4221 is #95BDDE. Grayscale: #4A4A4A. Windows color (decimal): -9813471 or 2179690. OLE color: 2179690.

HSL color Cylindrical-coordinate representation of color #6A4221: hue angle of 27.12º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A4221 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1066633-
CMYK00.380.690.58
HSL27.12º52.52%27.25%-
HSV(B)27.12º68.87%41.57%-
XYZ8.177.072.37-
YUV74.2104.75150.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.71%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=51.71%
G=32.20%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106663300.380.690.5827.1252.5227.25
Hex6A4221026453A1b351b
Octal1521024104610572336533
Binary11010101000010100001010011010001011110101101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,33); }

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

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

 a { background-color: rgb(106,66,33); }

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

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

 span { border-color: rgb(106,66,33); }

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