#681D02

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

Shades of Baker's Chocolate #681D02

Tints of Baker's Chocolate #681D02

Color information

#681D02 (or 0x681D02) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 1D and 02. RGB value is (104,29,2). Sum of RGB (Red+Green+Blue) = 104+29+2=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D02 is #97E2FD. Grayscale: #303030. Windows color (decimal): -9954046 or 138600. OLE color: 138600.

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

Color convert

RGB104292-
CMYK00.720.980.59
HSL15.88º96.23%20.78%-
HSV(B)15.88º98.08%40.78%-
XYZ6.163.830.47-
YUV48.35101.85167.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=77.04%
G=21.48%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10429200.720.980.5915.8896.2320.78
Hex681D2048623B106015
Octal1503520110142732014025
Binary1101000111011001001000110001011101110000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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