#683309

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

Shades of Baker's Chocolate #683309

Tints of Baker's Chocolate #683309

Color information

#683309 (or 0x683309) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 33 and 09. RGB value is (104,51,9). Sum of RGB (Red+Green+Blue) = 104+51+9=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #683309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683309 is #97CCF6. Grayscale: #3E3E3E. Windows color (decimal): -9948407 or 602984. OLE color: 602984.

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

Color convert

RGB104519-
CMYK00.510.910.59
HSL26.53º84.07%22.16%-
HSV(B)26.53º91.35%40.78%-
XYZ6.945.330.92-
YUV62.0698.06157.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=63.41%
G=31.10%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10451900.510.910.5926.5384.0722.16
Hex683390335B3B1b5416
Octal1506311063133733312426
Binary110100011001110010110011101101111101111011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683309; }

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

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

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

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

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

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

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

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