#683204

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

Shades of Baker's Chocolate #683204

Tints of Baker's Chocolate #683204

Color information

#683204 (or 0x683204) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 32 and 04. RGB value is (104,50,4). Sum of RGB (Red+Green+Blue) = 104+50+4=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #683204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683204 is #97CDFB. Grayscale: #3D3D3D. Windows color (decimal): -9948668 or 275048. OLE color: 275048.

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

Color convert

RGB104504-
CMYK00.520.960.59
HSL27.6º92.59%21.18%-
HSV(B)27.6º96.15%40.78%-
XYZ6.875.230.76-
YUV60.995.89158.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=65.82%
G=31.65%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10450400.520.960.5927.692.5921.18
Hex68324034603B1c5d15
Octal150624064140733413525
Binary11010001100101000110100110000011101111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683204; }

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

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

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

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

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

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

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

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