#683D21

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

Shades of Semi-Sweet Chocolate #683D21

Tints of Semi-Sweet Chocolate #683D21

Color information

#683D21 (or 0x683D21) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 3D and 21. RGB value is (104,61,33). Sum of RGB (Red+Green+Blue) = 104+61+33=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #683D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D21 is #97C2DE. Grayscale: #464646. Windows color (decimal): -9945823 or 2178408. OLE color: 2178408.

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

Color convert

RGB1046133-
CMYK00.410.680.59
HSL23.66º51.82%26.86%-
HSV(B)23.66º68.27%40.78%-
XYZ7.656.392.27-
YUV70.66106.75151.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=52.53%
G=30.81%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104613300.410.680.5923.6651.8226.86
Hex683D21029443B18341b
Octal150754105110473306433
Binary1101000111101100001010100110001001110111100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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