#683305

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

Shades of Baker's Chocolate #683305

Tints of Baker's Chocolate #683305

Color information

#683305 (or 0x683305) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 33 and 05. RGB value is (104,51,5). Sum of RGB (Red+Green+Blue) = 104+51+5=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #683305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683305 is #97CCFA. Grayscale: #3D3D3D. Windows color (decimal): -9948411 or 340840. OLE color: 340840.

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

Color convert

RGB104515-
CMYK00.510.950.59
HSL27.88º90.83%21.37%-
HSV(B)27.88º95.19%40.78%-
XYZ6.925.320.81-
YUV61.696.06158.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=65%
G=31.88%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10451500.510.950.5927.8890.8321.37
Hex683350335F3B1c5b15
Octal150635063137733413325
Binary11010001100111010110011101111111101111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683305; }

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

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

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

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

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

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

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

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