#684022

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

Shades of Semi-Sweet Chocolate #684022

Tints of Semi-Sweet Chocolate #684022

Color information

#684022 (or 0x684022) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 40 and 22. RGB value is (104,64,34). Sum of RGB (Red+Green+Blue) = 104+64+34=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #684022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684022 is #97BFDD. Grayscale: #484848. Windows color (decimal): -9945054 or 2244712. OLE color: 2244712.

HSL color Cylindrical-coordinate representation of color #684022: hue angle of 25.71º 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 #684022 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1046434-
CMYK00.380.670.59
HSL25.71º50.72%27.06%-
HSV(B)25.71º67.31%40.78%-
XYZ7.836.732.4-
YUV72.54106.25150.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 34 (13.67% from 255) = 16.83%
R=51.49%
G=31.68%
B=16.83%

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
Decimal104643400.380.670.5925.7150.7227.06
Hex684022026433B1a331b
Octal1501004204610373326333
Binary11010001000000100010010011010000111110111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684022; }

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

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

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

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

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

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

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

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