#682B15

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

Shades of Baker's Chocolate #682B15

Tints of Baker's Chocolate #682B15

Color information

#682B15 (or 0x682B15) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2B and 15. RGB value is (104,43,21). Sum of RGB (Red+Green+Blue) = 104+43+21=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #682B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B15 is #97D4EA. Grayscale: #3A3A3A. Windows color (decimal): -9950443 or 1387368. OLE color: 1387368.

HSL color Cylindrical-coordinate representation of color #682B15: hue angle of 15.9º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682B15 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1044321-
CMYK00.590.800.59
HSL15.9º66.4%24.51%-
HSV(B)15.9º79.81%40.78%-
XYZ6.714.721.27-
YUV58.73106.71160.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=61.90%
G=25.60%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104432100.590.800.5915.966.424.51
Hex682B1503B503B104219
Octal1505325073120732010231
Binary1101000101011101010111011101000011101110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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