#684021

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

Shades of Semi-Sweet Chocolate #684021

Tints of Semi-Sweet Chocolate #684021

Color information

#684021 (or 0x684021) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 40 and 21. RGB value is (104,64,33). Sum of RGB (Red+Green+Blue) = 104+64+33=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #684021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684021 is #97BFDE. Grayscale: #484848. Windows color (decimal): -9945055 or 2179176. OLE color: 2179176.

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

Color convert

RGB1046433-
CMYK00.380.680.59
HSL26.2º51.82%26.86%-
HSV(B)26.2º68.27%40.78%-
XYZ7.826.722.32-
YUV72.43105.75150.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=51.74%
G=31.84%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104643300.380.680.5926.251.8226.86
Hex684021026443B1a341b
Octal1501004104610473326433
Binary11010001000000100001010011010001001110111101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684021; }

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

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

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

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

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

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

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

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