#682809

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

Shades of Baker's Chocolate #682809

Tints of Baker's Chocolate #682809

Color information

#682809 (or 0x682809) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 28 and 09. RGB value is (104,40,9). Sum of RGB (Red+Green+Blue) = 104+40+9=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #682809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682809 is #97D7F6. Grayscale: #373737. Windows color (decimal): -9951223 or 600168. OLE color: 600168.

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

Color convert

RGB104409-
CMYK00.620.910.59
HSL19.58º84.07%22.16%-
HSV(B)19.58º91.35%40.78%-
XYZ6.524.480.78-
YUV55.6101.7162.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 9 (3.91% from 255) = 5.88%
R=67.97%
G=26.14%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10440900.620.910.5919.5884.0722.16
Hex6828903E5B3B145416
Octal1505011076133732412426
Binary110100010100010010111110101101111101110100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682809; }

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

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

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

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

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

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

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

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