#683D20

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

Shades of Semi-Sweet Chocolate #683D20

Tints of Semi-Sweet Chocolate #683D20

Color information

#683D20 (or 0x683D20) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 3D and 20. RGB value is (104,61,32). Sum of RGB (Red+Green+Blue) = 104+61+32=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #683D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D20 is #97C2DF. Grayscale: #464646. Windows color (decimal): -9945824 or 2112872. OLE color: 2112872.

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

Color convert

RGB1046132-
CMYK00.410.690.59
HSL24.17º52.94%26.67%-
HSV(B)24.17º69.23%40.78%-
XYZ7.646.382.2-
YUV70.55106.25151.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=52.79%
G=30.96%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104613200.410.690.5924.1752.9426.67
Hex683D20029453B18351b
Octal150754005110573306533
Binary1101000111101100000010100110001011110111100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683D20; }

 p { color: rgb(104,61,32); }

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

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

 a { background-color: rgb(104,61,32); }

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

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

 span { border-color: rgb(104,61,32); }

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