#682004

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

Shades of Baker's Chocolate #682004

Tints of Baker's Chocolate #682004

Color information

#682004 (or 0x682004) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 20 and 04. RGB value is (104,32,4). Sum of RGB (Red+Green+Blue) = 104+32+4=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #682004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682004 is #97DFFB. Grayscale: #323232. Windows color (decimal): -9953276 or 270440. OLE color: 270440.

HSL color Cylindrical-coordinate representation of color #682004: hue angle of 16.8º 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 #682004 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB104324-
CMYK00.690.960.59
HSL16.8º92.59%21.18%-
HSV(B)16.8º96.15%40.78%-
XYZ6.253.980.55-
YUV50.34101.85166.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.29%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=74.29%
G=22.86%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10432400.690.960.5916.892.5921.18
Hex68204045603B115d15
Octal1504040105140732113525
Binary110100010000010001000101110000011101110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682004; }

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

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

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

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

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

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

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

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