#682E02

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

Shades of Baker's Chocolate #682E02

Tints of Baker's Chocolate #682E02

Color information

#682E02 (or 0x682E02) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 02. RGB value is (104,46,2). Sum of RGB (Red+Green+Blue) = 104+46+2=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #682E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E02 is #97D1FD. Grayscale: #3A3A3A. Windows color (decimal): -9949694 or 142952. OLE color: 142952.

HSL color Cylindrical-coordinate representation of color #682E02: hue angle of 25.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #682E02 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB104462-
CMYK00.560.980.59
HSL25.88º96.23%20.78%-
HSV(B)25.88º98.08%40.78%-
XYZ6.74.90.65-
YUV58.3396.22160.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=68.42%
G=30.26%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10446200.560.980.5925.8896.2320.78
Hex682E2038623B1a6015
Octal150562070142733214025
Binary1101000101110100111000110001011101111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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