#682404

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

Shades of Baker's Chocolate #682404

Tints of Baker's Chocolate #682404

Color information

#682404 (or 0x682404) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 24 and 04. RGB value is (104,36,4). Sum of RGB (Red+Green+Blue) = 104+36+4=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #682404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682404 is #97DBFB. Grayscale: #343434. Windows color (decimal): -9952252 or 271464. OLE color: 271464.

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

Color convert

RGB104364-
CMYK00.650.960.59
HSL19.2º92.59%21.18%-
HSV(B)19.2º96.15%40.78%-
XYZ6.364.210.59-
YUV52.68100.53164.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=72.22%
G=25%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10436400.650.960.5919.292.5921.18
Hex68244041603B135d15
Octal1504440101140732313525
Binary110100010010010001000001110000011101110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682404; }

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

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

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

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

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

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

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

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