#683507

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

Shades of Baker's Chocolate #683507

Tints of Baker's Chocolate #683507

Color information

#683507 (or 0x683507) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 35 and 07. RGB value is (104,53,7). Sum of RGB (Red+Green+Blue) = 104+53+7=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #683507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683507 is #97CAF8. Grayscale: #3F3F3F. Windows color (decimal): -9947897 or 472424. OLE color: 472424.

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

Color convert

RGB104537-
CMYK00.490.930.59
HSL28.45º87.39%21.76%-
HSV(B)28.45º93.27%40.78%-
XYZ7.025.50.89-
YUV6396.4157.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=63.41%
G=32.32%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10453700.490.930.5928.4587.3921.76
Hex683570315D3B1c5716
Octal150657061135733412726
Binary11010001101011110110001101110111101111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683507; }

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

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

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

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

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

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

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

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