#683611

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

Shades of Baker's Chocolate #683611

Tints of Baker's Chocolate #683611

Color information

#683611 (or 0x683611) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 11. RGB value is (104,54,17). Sum of RGB (Red+Green+Blue) = 104+54+17=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683611 is #97C9EE. Grayscale: #404040. Windows color (decimal): -9947631 or 1128040. OLE color: 1128040.

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

Color convert

RGB1045417-
CMYK00.480.840.59
HSL25.52º71.9%23.73%-
HSV(B)25.52º83.65%40.78%-
XYZ7.135.621.24-
YUV64.73101.06156.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=59.43%
G=30.86%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104541700.480.840.5925.5271.923.73
Hex683611030543B1a4818
Octal1506621060124733211030
Binary1101000110110100010110000101010011101111010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683611; }

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

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

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

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

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

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

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

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