#682E06

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

Shades of Baker's Chocolate #682E06

Tints of Baker's Chocolate #682E06

Color information

#682E06 (or 0x682E06) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 06. RGB value is (104,46,6). Sum of RGB (Red+Green+Blue) = 104+46+6=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #682E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E06 is #97D1F9. Grayscale: #3A3A3A. Windows color (decimal): -9949690 or 405096. OLE color: 405096.

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

Color convert

RGB104466-
CMYK00.560.940.59
HSL24.49º89.09%21.57%-
HSV(B)24.49º94.23%40.78%-
XYZ6.724.910.77-
YUV58.7898.22160.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=66.67%
G=29.49%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10446600.560.940.5924.4989.0921.57
Hex682E60385E3B185916
Octal150566070136733013126
Binary11010001011101100111000101111011101111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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