#682F06

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

Shades of Baker's Chocolate #682F06

Tints of Baker's Chocolate #682F06

Color information

#682F06 (or 0x682F06) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2F and 06. RGB value is (104,47,6). Sum of RGB (Red+Green+Blue) = 104+47+6=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F06 is #97D0F9. Grayscale: #3B3B3B. Windows color (decimal): -9949434 or 405352. OLE color: 405352.

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

Color convert

RGB104476-
CMYK00.550.940.59
HSL25.1º89.09%21.57%-
HSV(B)25.1º94.23%40.78%-
XYZ6.764.990.78-
YUV59.3797.88159.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=66.24%
G=29.94%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10447600.550.940.5925.189.0921.57
Hex682F60375E3B195916
Octal150576067136733113126
Binary11010001011111100110111101111011101111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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