#682A15

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

Shades of Baker's Chocolate #682A15

Tints of Baker's Chocolate #682A15

Color information

#682A15 (or 0x682A15) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2A and 15. RGB value is (104,42,21). Sum of RGB (Red+Green+Blue) = 104+42+21=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #682A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A15 is #97D5EA. Grayscale: #3A3A3A. Windows color (decimal): -9950699 or 1387112. OLE color: 1387112.

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

Color convert

RGB1044221-
CMYK00.600.800.59
HSL15.18º66.4%24.51%-
HSV(B)15.18º79.81%40.78%-
XYZ6.674.651.26-
YUV58.14107.04160.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=62.28%
G=25.15%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104422100.600.800.5915.1866.424.51
Hex682A1503C503Bf4219
Octal1505225074120731710231
Binary110100010101010101011110010100001110111111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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