#682E03

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

Shades of Baker's Chocolate #682E03

Tints of Baker's Chocolate #682E03

Color information

#682E03 (or 0x682E03) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 03. RGB value is (104,46,3). Sum of RGB (Red+Green+Blue) = 104+46+3=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #682E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E03 is #97D1FC. Grayscale: #3A3A3A. Windows color (decimal): -9949693 or 208488. OLE color: 208488.

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

Color convert

RGB104463-
CMYK00.560.970.59
HSL25.54º94.39%20.98%-
HSV(B)25.54º97.12%40.78%-
XYZ6.74.90.68-
YUV58.4496.72160.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=67.97%
G=30.07%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10446300.560.970.5925.5494.3920.98
Hex682E3038613B1a5e15
Octal150563070141733213625
Binary1101000101110110111000110000111101111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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