#683606

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

Shades of Baker's Chocolate #683606

Tints of Baker's Chocolate #683606

Color information

#683606 (or 0x683606) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 06. RGB value is (104,54,6). Sum of RGB (Red+Green+Blue) = 104+54+6=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #683606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683606 is #97C9F9. Grayscale: #3F3F3F. Windows color (decimal): -9947642 or 407144. OLE color: 407144.

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

Color convert

RGB104546-
CMYK00.480.940.59
HSL29.39º89.09%21.57%-
HSV(B)29.39º94.23%40.78%-
XYZ7.065.590.88-
YUV63.4895.56156.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=63.41%
G=32.93%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454600.480.940.5929.3989.0921.57
Hex683660305E3B1d5916
Octal150666060136733513126
Binary11010001101101100110000101111011101111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683606; }

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

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

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

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

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

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

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

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