#682A06

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

Shades of Baker's Chocolate #682A06

Tints of Baker's Chocolate #682A06

Color information

#682A06 (or 0x682A06) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2A and 06. RGB value is (104,42,6). Sum of RGB (Red+Green+Blue) = 104+42+6=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #682A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A06 is #97D5F9. Grayscale: #383838. Windows color (decimal): -9950714 or 404072. OLE color: 404072.

HSL color Cylindrical-coordinate representation of color #682A06: hue angle of 22.04º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #682A06 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB104426-
CMYK00.600.940.59
HSL22.04º89.09%21.57%-
HSV(B)22.04º94.23%40.78%-
XYZ6.574.610.72-
YUV56.4399.54161.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=68.42%
G=27.63%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10442600.600.940.5922.0489.0921.57
Hex682A603C5E3B165916
Octal150526074136732613126
Binary11010001010101100111100101111011101110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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