#683600

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

Shades of Baker's Chocolate #683600

Tints of Baker's Chocolate #683600

Color information

#683600 (or 0x683600) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 00. RGB value is (104,54,0). Sum of RGB (Red+Green+Blue) = 104+54+0=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #683600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683600 is #97C9FF. Grayscale: #3F3F3F. Windows color (decimal): -9947648 or 13928. OLE color: 13928.

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

Color convert

RGB104540-
CMYK00.4810.59
HSL31.15º100%20.39%-
HSV(B)31.15º100%40.78%-
XYZ7.035.580.71-
YUV62.7992.56157.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.82%
G=34.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454000.4810.5931.1510020.39
Hex68360030643B1f6414
Octal150660060144733714424
Binary110100011011000110000110010011101111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683600; }

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

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

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

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

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

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

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

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