#683409

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

Shades of Baker's Chocolate #683409

Tints of Baker's Chocolate #683409

Color information

#683409 (or 0x683409) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 34 and 09. RGB value is (104,52,9). Sum of RGB (Red+Green+Blue) = 104+52+9=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #683409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683409 is #97CBF6. Grayscale: #3E3E3E. Windows color (decimal): -9948151 or 603240. OLE color: 603240.

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

Color convert

RGB104529-
CMYK00.500.910.59
HSL27.16º84.07%22.16%-
HSV(B)27.16º91.35%40.78%-
XYZ6.995.420.94-
YUV62.6597.73157.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=63.03%
G=31.52%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10452900.500.910.5927.1684.0722.16
Hex683490325B3B1b5416
Octal1506411062133733312426
Binary110100011010010010110010101101111101111011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683409; }

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

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

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

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

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

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

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

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