#681E05

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

Shades of Baker's Chocolate #681E05

Tints of Baker's Chocolate #681E05

Color information

#681E05 (or 0x681E05) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 1E and 05. RGB value is (104,30,5). Sum of RGB (Red+Green+Blue) = 104+30+5=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E05 is #97E1FA. Grayscale: #313131. Windows color (decimal): -9953787 or 335464. OLE color: 335464.

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

Color convert

RGB104305-
CMYK00.710.950.59
HSL15.15º90.83%21.37%-
HSV(B)15.15º95.19%40.78%-
XYZ6.23.880.57-
YUV49.28103.02167.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=74.82%
G=21.58%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10430500.710.950.5915.1590.8321.37
Hex681E50475F3Bf5b15
Octal1503650107137731713325
Binary1101000111101010100011110111111110111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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