#6A4021

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

Shades of Semi-Sweet Chocolate #6A4021

Tints of Semi-Sweet Chocolate #6A4021

Color information

#6A4021 (or 0x6A4021) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 40 and 21. RGB value is (106,64,33). Sum of RGB (Red+Green+Blue) = 106+64+33=203 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.22% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4021 is #95BFDE. Grayscale: #494949. Windows color (decimal): -9813983 or 2179178. OLE color: 2179178.

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

Color convert

RGB1066433-
CMYK00.400.690.58
HSL25.48º52.52%27.25%-
HSV(B)25.48º68.87%41.57%-
XYZ8.056.842.33-
YUV73.02105.41151.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.22%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=52.22%
G=31.53%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106643300.400.690.5825.4852.5227.25
Hex6A4021028453A19351b
Octal1521004105010572316533
Binary11010101000000100001010100010001011110101100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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