#681E03

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

Shades of Baker's Chocolate #681E03

Tints of Baker's Chocolate #681E03

Color information

#681E03 (or 0x681E03) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 1E and 03. RGB value is (104,30,3). Sum of RGB (Red+Green+Blue) = 104+30+3=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E03 is #97E1FC. Grayscale: #313131. Windows color (decimal): -9953789 or 204392. OLE color: 204392.

HSL color Cylindrical-coordinate representation of color #681E03: hue angle of 16.04º 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 #681E03 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB104303-
CMYK00.710.970.59
HSL16.04º94.39%20.98%-
HSV(B)16.04º97.12%40.78%-
XYZ6.193.880.51-
YUV49.05102.02167.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=75.91%
G=21.90%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10430300.710.970.5916.0494.3920.98
Hex681E3047613B105e15
Octal1503630107141732013625
Binary1101000111101101000111110000111101110000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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