#683607

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

Shades of Baker's Chocolate #683607

Tints of Baker's Chocolate #683607

Color information

#683607 (or 0x683607) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 07. RGB value is (104,54,7). Sum of RGB (Red+Green+Blue) = 104+54+7=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #683607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683607 is #97C9F8. Grayscale: #3F3F3F. Windows color (decimal): -9947641 or 472680. OLE color: 472680.

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

Color convert

RGB104547-
CMYK00.480.930.59
HSL29.07º87.39%21.76%-
HSV(B)29.07º93.27%40.78%-
XYZ7.075.60.91-
YUV63.5996.06156.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=63.03%
G=32.73%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454700.480.930.5929.0787.3921.76
Hex683670305D3B1d5716
Octal150667060135733512726
Binary11010001101101110110000101110111101111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683607; }

 p { color: rgb(104,54,7); }

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

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

 a { background-color: rgb(104,54,7); }

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

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

 span { border-color: rgb(104,54,7); }

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