#681B01

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

Shades of Baker's Chocolate #681B01

Tints of Baker's Chocolate #681B01

Color information

#681B01 (or 0x681B01) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 1B and 01. RGB value is (104,27,1). Sum of RGB (Red+Green+Blue) = 104+27+1=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #681B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B01 is #97E4FE. Grayscale: #2F2F2F. Windows color (decimal): -9954559 or 72552. OLE color: 72552.

HSL color Cylindrical-coordinate representation of color #681B01: hue angle of 15.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #681B01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB104271-
CMYK00.740.990.59
HSL15.15º98.1%20.59%-
HSV(B)15.15º99.04%40.78%-
XYZ6.113.730.43-
YUV47.06102.01168.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=78.79%
G=20.45%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10427100.740.990.5915.1598.120.59
Hex681B104A633Bf6215
Octal1503310112143731714225
Binary11010001101110100101011000111110111111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,27,1); }

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

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

 a { background-color: rgb(104,27,1); }

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

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

 span { border-color: rgb(104,27,1); }

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