#682B04

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

Shades of Baker's Chocolate #682B04

Tints of Baker's Chocolate #682B04

Color information

#682B04 (or 0x682B04) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2B and 04. RGB value is (104,43,4). Sum of RGB (Red+Green+Blue) = 104+43+4=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #682B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B04 is #97D4FB. Grayscale: #393939. Windows color (decimal): -9950460 or 273256. OLE color: 273256.

HSL color Cylindrical-coordinate representation of color #682B04: hue angle of 23.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #682B04 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB104434-
CMYK00.590.960.59
HSL23.4º92.59%21.18%-
HSV(B)23.4º96.15%40.78%-
XYZ6.594.680.67-
YUV56.7998.21161.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=68.87%
G=28.48%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10443400.590.960.5923.492.5921.18
Hex682B403B603B175d15
Octal150534073140732713525
Binary11010001010111000111011110000011101110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682B04; }

 p { color: rgb(104,43,4); }

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

<style>
 a { background-color: #682B04; }

 a { background-color: rgb(104,43,4); }

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

<style>
 span { border-color: #682B04; }

 span { border-color: rgb(104,43,4); }

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