#684124

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

Shades of Semi-Sweet Chocolate #684124

Tints of Semi-Sweet Chocolate #684124

Color information

#684124 (or 0x684124) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 41 and 24. RGB value is (104,65,36). Sum of RGB (Red+Green+Blue) = 104+65+36=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #684124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684124 is #97BEDB. Grayscale: #494949. Windows color (decimal): -9944796 or 2376040. OLE color: 2376040.

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

Color convert

RGB1046536-
CMYK00.380.650.59
HSL25.59º48.57%27.45%-
HSV(B)25.59º65.38%40.78%-
XYZ7.926.852.57-
YUV73.36106.92149.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=50.73%
G=31.71%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104653600.380.650.5925.5948.5727.45
Hex684124026413B1a311b
Octal1501014404610173326133
Binary11010001000001100100010011010000011110111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684124; }

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

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

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

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

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

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

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

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