#684122

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

Shades of Semi-Sweet Chocolate #684122

Tints of Semi-Sweet Chocolate #684122

Color information

#684122 (or 0x684122) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 41 and 22. RGB value is (104,65,34). Sum of RGB (Red+Green+Blue) = 104+65+34=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #684122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684122 is #97BEDD. Grayscale: #494949. Windows color (decimal): -9944798 or 2244968. OLE color: 2244968.

HSL color Cylindrical-coordinate representation of color #684122: hue angle of 26.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #684122 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1046534-
CMYK00.380.670.59
HSL26.57º50.72%27.06%-
HSV(B)26.57º67.31%40.78%-
XYZ7.896.842.42-
YUV73.13105.92150.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=51.23%
G=32.02%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104653400.380.670.5926.5750.7227.06
Hex684122026433B1b331b
Octal1501014204610373336333
Binary11010001000001100010010011010000111110111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684122; }

 p { color: rgb(104,65,34); }

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

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

 a { background-color: rgb(104,65,34); }

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

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

 span { border-color: rgb(104,65,34); }

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