#683505

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

Shades of Baker's Chocolate #683505

Tints of Baker's Chocolate #683505

Color information

#683505 (or 0x683505) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 35 and 05. RGB value is (104,53,5). Sum of RGB (Red+Green+Blue) = 104+53+5=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #683505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683505 is #97CAFA. Grayscale: #3F3F3F. Windows color (decimal): -9947899 or 341352. OLE color: 341352.

HSL color Cylindrical-coordinate representation of color #683505: hue angle of 29.09º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #683505 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB104535-
CMYK00.490.950.59
HSL29.09º90.83%21.37%-
HSV(B)29.09º95.19%40.78%-
XYZ7.015.50.84-
YUV62.7895.4157.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=64.20%
G=32.72%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10453500.490.950.5929.0990.8321.37
Hex683550315F3B1d5b15
Octal150655061137733513325
Binary11010001101011010110001101111111101111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683505; }

 p { color: rgb(104,53,5); }

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

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

 a { background-color: rgb(104,53,5); }

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

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

 span { border-color: rgb(104,53,5); }

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