#6C4021

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

Shades of Semi-Sweet Chocolate #6C4021

Tints of Semi-Sweet Chocolate #6C4021

Color information

#6C4021 (or 0x6C4021) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6C, 40 and 21. RGB value is (108,64,33). Sum of RGB (Red+Green+Blue) = 108+64+33=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4021 is #93BFDE. Grayscale: #494949. Windows color (decimal): -9682911 or 2179180. OLE color: 2179180.

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

Color convert

RGB1086433-
CMYK00.410.690.58
HSL24.8º53.19%27.65%-
HSV(B)24.8º69.44%42.35%-
XYZ8.296.962.35-
YUV73.62105.08152.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=52.68%
G=31.22%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108643300.410.690.5824.853.1927.65
Hex6C4021029453A19351c
Octal1541004105110572316534
Binary11011001000000100001010100110001011110101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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