#682C14

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

Shades of Baker's Chocolate #682C14

Tints of Baker's Chocolate #682C14

Color information

#682C14 (or 0x682C14) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2C and 14. RGB value is (104,44,20). Sum of RGB (Red+Green+Blue) = 104+44+20=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #682C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682C14 is #97D3EB. Grayscale: #3B3B3B. Windows color (decimal): -9950188 or 1322088. OLE color: 1322088.

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

Color convert

RGB1044420-
CMYK00.580.810.59
HSL17.14º67.74%24.31%-
HSV(B)17.14º80.77%40.78%-
XYZ6.744.791.23-
YUV59.2105.88159.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=61.90%
G=26.19%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104442000.580.810.5917.1467.7424.31
Hex682C1403A513B114418
Octal1505424072121732110430
Binary1101000101100101000111010101000111101110001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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