#682B13

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

Shades of Baker's Chocolate #682B13

Tints of Baker's Chocolate #682B13

Color information

#682B13 (or 0x682B13) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2B and 13. RGB value is (104,43,19). Sum of RGB (Red+Green+Blue) = 104+43+19=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #682B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B13 is #97D4EC. Grayscale: #3A3A3A. Windows color (decimal): -9950445 or 1256296. OLE color: 1256296.

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

Color convert

RGB1044319-
CMYK00.590.820.59
HSL16.94º69.11%24.12%-
HSV(B)16.94º81.73%40.78%-
XYZ6.694.721.17-
YUV58.5105.71160.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.65%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=62.65%
G=25.90%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104431900.590.820.5916.9469.1124.12
Hex682B1303B523B114518
Octal1505323073122732110530
Binary1101000101011100110111011101001011101110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,43,19); }

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

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

 a { background-color: rgb(104,43,19); }

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

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

 span { border-color: rgb(104,43,19); }

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