#682204

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

Shades of Baker's Chocolate #682204

Tints of Baker's Chocolate #682204

Color information

#682204 (or 0x682204) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 22 and 04. RGB value is (104,34,4). Sum of RGB (Red+Green+Blue) = 104+34+4=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #682204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682204 is #97DDFB. Grayscale: #333333. Windows color (decimal): -9952764 or 270952. OLE color: 270952.

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

Color convert

RGB104344-
CMYK00.670.960.59
HSL18º92.59%21.18%-
HSV(B)18º96.15%40.78%-
XYZ6.34.10.57-
YUV51.51101.19165.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=73.24%
G=23.94%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10434400.670.960.591892.5921.18
Hex68224043603B125d15
Octal1504240103140732213525
Binary110100010001010001000011110000011101110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682204; }

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

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

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

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

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

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

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

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