#682E0D

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

Shades of Baker's Chocolate #682E0D

Tints of Baker's Chocolate #682E0D

Color information

#682E0D (or 0x682E0D) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 0D. RGB value is (104,46,13). Sum of RGB (Red+Green+Blue) = 104+46+13=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E0D is #97D1F2. Grayscale: #3B3B3B. Windows color (decimal): -9949683 or 863848. OLE color: 863848.

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

Color convert

RGB1044613-
CMYK00.560.880.59
HSL21.76º77.78%22.94%-
HSV(B)21.76º87.5%40.78%-
XYZ6.764.930.98-
YUV59.58101.72159.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=63.80%
G=28.22%
B=7.98%

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
Decimal104461300.560.880.5921.7677.7822.94
Hex682ED038583B164e17
Octal1505615070130732611627
Binary110100010111011010111000101100011101110110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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