#682B11

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

Shades of Baker's Chocolate #682B11

Tints of Baker's Chocolate #682B11

Color information

#682B11 (or 0x682B11) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2B and 11. RGB value is (104,43,17). Sum of RGB (Red+Green+Blue) = 104+43+17=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #682B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B11 is #97D4EE. Grayscale: #3A3A3A. Windows color (decimal): -9950447 or 1125224. OLE color: 1125224.

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

Color convert

RGB1044317-
CMYK00.590.840.59
HSL17.93º71.9%23.73%-
HSV(B)17.93º83.65%40.78%-
XYZ6.674.711.09-
YUV58.28104.71160.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 17 (7.03% from 255) = 10.37%
R=63.41%
G=26.22%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104431700.590.840.5917.9371.923.73
Hex682B1103B543B124818
Octal1505321073124732211030
Binary1101000101011100010111011101010011101110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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