#682611

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

Shades of Baker's Chocolate #682611

Tints of Baker's Chocolate #682611

Color information

#682611 (or 0x682611) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 26 and 11. RGB value is (104,38,17). Sum of RGB (Red+Green+Blue) = 104+38+17=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682611 is #97D9EE. Grayscale: #373737. Windows color (decimal): -9951727 or 1123944. OLE color: 1123944.

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

Color convert

RGB1043817-
CMYK00.630.840.59
HSL14.48º71.9%23.73%-
HSV(B)14.48º83.65%40.78%-
XYZ6.54.371.03-
YUV55.34106.37162.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=65.41%
G=23.90%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104381700.630.840.5914.4871.923.73
Hex68261103F543Be4818
Octal1504621077124731611030
Binary110100010011010001011111110101001110111110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682611; }

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

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

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

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

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

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

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

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