#683704

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

Shades of Baker's Chocolate #683704

Tints of Baker's Chocolate #683704

Color information

#683704 (or 0x683704) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 37 and 04. RGB value is (104,55,4). Sum of RGB (Red+Green+Blue) = 104+55+4=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #683704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683704 is #97C8FB. Grayscale: #404040. Windows color (decimal): -9947388 or 276328. OLE color: 276328.

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

Color convert

RGB104554-
CMYK00.470.960.59
HSL30.6º92.59%21.18%-
HSV(B)30.6º96.15%40.78%-
XYZ7.15.680.84-
YUV63.8494.23156.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=63.80%
G=33.74%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455400.470.960.5930.692.5921.18
Hex6837402F603B1f5d15
Octal150674057140733713525
Binary11010001101111000101111110000011101111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683704; }

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

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

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

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

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

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

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

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