#683605

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

Shades of Baker's Chocolate #683605

Tints of Baker's Chocolate #683605

Color information

#683605 (or 0x683605) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 05. RGB value is (104,54,5). Sum of RGB (Red+Green+Blue) = 104+54+5=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #683605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683605 is #97C9FA. Grayscale: #3F3F3F. Windows color (decimal): -9947643 or 341608. OLE color: 341608.

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

Color convert

RGB104545-
CMYK00.480.950.59
HSL29.7º90.83%21.37%-
HSV(B)29.7º95.19%40.78%-
XYZ7.065.590.85-
YUV63.3695.06156.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=63.80%
G=33.13%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454500.480.950.5929.790.8321.37
Hex683650305F3B1e5b15
Octal150665060137733613325
Binary11010001101101010110000101111111101111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683605; }

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

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

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

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

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

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

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

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