#683706

Color #683706 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #683706

Tints of Baker's Chocolate #683706

Color information

#683706 (or 0x683706) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 37 and 06. RGB value is (104,55,6). Sum of RGB (Red+Green+Blue) = 104+55+6=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #683706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683706 is #97C8F9. Grayscale: #404040. Windows color (decimal): -9947386 or 407400. OLE color: 407400.

HSL color Cylindrical-coordinate representation of color #683706: hue angle of 30º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #683706 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB104556-
CMYK00.470.940.59
HSL30º89.09%21.57%-
HSV(B)30º94.23%40.78%-
XYZ7.115.690.9-
YUV64.0695.23156.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=63.03%
G=33.33%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455600.470.940.593089.0921.57
Hex6837602F5E3B1e5916
Octal150676057136733613126
Binary11010001101111100101111101111011101111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683706; }

 p { color: rgb(104,55,6); }

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

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

 a { background-color: rgb(104,55,6); }

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

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

 span { border-color: rgb(104,55,6); }

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