#682C16

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

Shades of Baker's Chocolate #682C16

Tints of Baker's Chocolate #682C16

Color information

#682C16 (or 0x682C16) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2C and 16. RGB value is (104,44,22). Sum of RGB (Red+Green+Blue) = 104+44+22=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C16 is #97D3E9. Grayscale: #3B3B3B. Windows color (decimal): -9950186 or 1453160. OLE color: 1453160.

HSL color Cylindrical-coordinate representation of color #682C16: hue angle of 16.1º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682C16 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1044422-
CMYK00.580.790.59
HSL16.1º65.08%24.71%-
HSV(B)16.1º78.85%40.78%-
XYZ6.754.81.33-
YUV59.43106.88159.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=61.18%
G=25.88%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104442200.580.790.5916.165.0824.71
Hex682C1603A4F3B104119
Octal1505426072117732010131
Binary1101000101100101100111010100111111101110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,44,22); }

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

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

 a { background-color: rgb(104,44,22); }

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

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

 span { border-color: rgb(104,44,22); }

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