#682E0C

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

Shades of Baker's Chocolate #682E0C

Tints of Baker's Chocolate #682E0C

Color information

#682E0C (or 0x682E0C) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 0C. RGB value is (104,46,12). Sum of RGB (Red+Green+Blue) = 104+46+12=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E0C is #97D1F3. Grayscale: #3B3B3B. Windows color (decimal): -9949684 or 798312. OLE color: 798312.

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

Color convert

RGB1044612-
CMYK00.560.880.59
HSL22.17º79.31%22.75%-
HSV(B)22.17º88.46%40.78%-
XYZ6.754.920.94-
YUV59.47101.22159.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=64.20%
G=28.40%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104461200.560.880.5922.1779.3122.75
Hex682EC038583B164f17
Octal1505614070130732611727
Binary110100010111011000111000101100011101110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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