#681D03

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

Shades of Baker's Chocolate #681D03

Tints of Baker's Chocolate #681D03

Color information

#681D03 (or 0x681D03) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 1D and 03. RGB value is (104,29,3). Sum of RGB (Red+Green+Blue) = 104+29+3=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D03 is #97E2FC. Grayscale: #303030. Windows color (decimal): -9954045 or 204136. OLE color: 204136.

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

Color convert

RGB104293-
CMYK00.720.970.59
HSL15.45º94.39%20.98%-
HSV(B)15.45º97.12%40.78%-
XYZ6.163.830.5-
YUV48.46102.35167.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 76.47%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 3 (1.56% from 255) = 2.21%
R=76.47%
G=21.32%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10429300.720.970.5915.4594.3920.98
Hex681D3048613Bf5e15
Octal1503530110141731713625
Binary110100011101110100100011000011110111111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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