#682A11

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

Shades of Baker's Chocolate #682A11

Tints of Baker's Chocolate #682A11

Color information

#682A11 (or 0x682A11) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2A and 11. RGB value is (104,42,17). Sum of RGB (Red+Green+Blue) = 104+42+17=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A11 is #97D5EE. Grayscale: #393939. Windows color (decimal): -9950703 or 1124968. OLE color: 1124968.

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

Color convert

RGB1044217-
CMYK00.600.840.59
HSL17.24º71.9%23.73%-
HSV(B)17.24º83.65%40.78%-
XYZ6.644.641.08-
YUV57.69105.04161.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=63.80%
G=25.77%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104421700.600.840.5917.2471.923.73
Hex682A1103C543B114818
Octal1505221074124732111030
Binary1101000101010100010111100101010011101110001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682A11; }

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

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

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

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

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

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

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

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