#681F02

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

Shades of Baker's Chocolate #681F02

Tints of Baker's Chocolate #681F02

Color information

#681F02 (or 0x681F02) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 1F and 02. RGB value is (104,31,2). Sum of RGB (Red+Green+Blue) = 104+31+2=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F02 is #97E0FD. Grayscale: #313131. Windows color (decimal): -9953534 or 139112. OLE color: 139112.

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

Color convert

RGB104312-
CMYK00.700.980.59
HSL17.06º96.23%20.78%-
HSV(B)17.06º98.08%40.78%-
XYZ6.213.930.49-
YUV49.52101.18166.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=75.91%
G=22.63%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10431200.700.980.5917.0696.2320.78
Hex681F2046623B116015
Octal1503720106142732114025
Binary1101000111111001000110110001011101110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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