#683705

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

Shades of Baker's Chocolate #683705

Tints of Baker's Chocolate #683705

Color information

#683705 (or 0x683705) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 37 and 05. RGB value is (104,55,5). Sum of RGB (Red+Green+Blue) = 104+55+5=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #683705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683705 is #97C8FA. Grayscale: #404040. Windows color (decimal): -9947387 or 341864. OLE color: 341864.

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

Color convert

RGB104555-
CMYK00.470.950.59
HSL30.3º90.83%21.37%-
HSV(B)30.3º95.19%40.78%-
XYZ7.15.690.87-
YUV63.9594.73156.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 5 (2.34% from 255) = 3.05%
R=63.41%
G=33.54%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455500.470.950.5930.390.8321.37
Hex6837502F5F3B1e5b15
Octal150675057137733613325
Binary11010001101111010101111101111111101111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683705; }

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

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

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

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

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

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

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

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