#682E16

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

Shades of Baker's Chocolate #682E16

Tints of Baker's Chocolate #682E16

Color information

#682E16 (or 0x682E16) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 16. RGB value is (104,46,22). Sum of RGB (Red+Green+Blue) = 104+46+22=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E16 is #97D1E9. Grayscale: #3C3C3C. Windows color (decimal): -9949674 or 1453672. OLE color: 1453672.

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

Color convert

RGB1044622-
CMYK00.560.790.59
HSL17.56º65.08%24.71%-
HSV(B)17.56º78.85%40.78%-
XYZ6.834.951.36-
YUV60.61106.22158.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 46 (18.36% from 255) = 26.74%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=60.47%
G=26.74%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104462200.560.790.5917.5665.0824.71
Hex682E160384F3B124119
Octal1505626070117732210131
Binary1101000101110101100111000100111111101110010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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