#682D16

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

Shades of Baker's Chocolate #682D16

Tints of Baker's Chocolate #682D16

Color information

#682D16 (or 0x682D16) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2D and 16. RGB value is (104,45,22). Sum of RGB (Red+Green+Blue) = 104+45+22=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #682D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D16 is #97D2E9. Grayscale: #3C3C3C. Windows color (decimal): -9949930 or 1453416. OLE color: 1453416.

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

Color convert

RGB1044522-
CMYK00.570.790.59
HSL16.83º65.08%24.71%-
HSV(B)16.83º78.85%40.78%-
XYZ6.794.881.34-
YUV60.02106.55159.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=60.82%
G=26.32%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104452200.570.790.5916.8365.0824.71
Hex682D160394F3B114119
Octal1505526071117732110131
Binary1101000101101101100111001100111111101110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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