#682E15

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

Shades of Baker's Chocolate #682E15

Tints of Baker's Chocolate #682E15

Color information

#682E15 (or 0x682E15) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 15. RGB value is (104,46,21). Sum of RGB (Red+Green+Blue) = 104+46+21=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #682E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E15 is #97D1EA. Grayscale: #3C3C3C. Windows color (decimal): -9949675 or 1388136. OLE color: 1388136.

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

Color convert

RGB1044621-
CMYK00.560.800.59
HSL18.07º66.4%24.51%-
HSV(B)18.07º79.81%40.78%-
XYZ6.824.951.31-
YUV60.49105.72159.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=60.82%
G=26.90%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104462100.560.800.5918.0766.424.51
Hex682E15038503B124219
Octal1505625070120732210231
Binary1101000101110101010111000101000011101110010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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