#683709

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

Shades of Baker's Chocolate #683709

Tints of Baker's Chocolate #683709

Color information

#683709 (or 0x683709) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 37 and 09. RGB value is (104,55,9). Sum of RGB (Red+Green+Blue) = 104+55+9=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #683709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683709 is #97C8F6. Grayscale: #404040. Windows color (decimal): -9947383 or 604008. OLE color: 604008.

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

Color convert

RGB104559-
CMYK00.470.910.59
HSL29.05º84.07%22.16%-
HSV(B)29.05º91.35%40.78%-
XYZ7.125.70.98-
YUV64.4196.73156.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=61.90%
G=32.74%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455900.470.910.5929.0584.0722.16
Hex6837902F5B3B1d5416
Octal1506711057133733512426
Binary110100011011110010101111101101111101111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683709; }

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

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

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

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

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

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

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

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