#682911

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

Shades of Baker's Chocolate #682911

Tints of Baker's Chocolate #682911

Color information

#682911 (or 0x682911) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 29 and 11. RGB value is (104,41,17). Sum of RGB (Red+Green+Blue) = 104+41+17=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682911 is #97D6EE. Grayscale: #393939. Windows color (decimal): -9950959 or 1124712. OLE color: 1124712.

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

Color convert

RGB1044117-
CMYK00.610.840.59
HSL16.55º71.9%23.73%-
HSV(B)16.55º83.65%40.78%-
XYZ6.64.571.06-
YUV57.1105.37161.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=64.20%
G=25.31%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104411700.610.840.5916.5571.923.73
Hex68291103D543B114818
Octal1505121075124732111030
Binary1101000101001100010111101101010011101110001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682911; }

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

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

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

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

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

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

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

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