#683508

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

Shades of Baker's Chocolate #683508

Tints of Baker's Chocolate #683508

Color information

#683508 (or 0x683508) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 35 and 08. RGB value is (104,53,8). Sum of RGB (Red+Green+Blue) = 104+53+8=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #683508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683508 is #97CAF7. Grayscale: #3F3F3F. Windows color (decimal): -9947896 or 537960. OLE color: 537960.

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

Color convert

RGB104538-
CMYK00.490.920.59
HSL28.12º85.71%21.96%-
HSV(B)28.12º92.31%40.78%-
XYZ7.035.510.92-
YUV63.1296.9157.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=63.03%
G=32.12%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10453800.490.920.5928.1285.7121.96
Hex683580315C3B1c5616
Octal1506510061134733412626
Binary110100011010110000110001101110011101111100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683508; }

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

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

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

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

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

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

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

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