#682E09

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

Shades of Baker's Chocolate #682E09

Tints of Baker's Chocolate #682E09

Color information

#682E09 (or 0x682E09) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 09. RGB value is (104,46,9). Sum of RGB (Red+Green+Blue) = 104+46+9=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E09 is #97D1F6. Grayscale: #3B3B3B. Windows color (decimal): -9949687 or 601704. OLE color: 601704.

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

Color convert

RGB104469-
CMYK00.560.910.59
HSL23.37º84.07%22.16%-
HSV(B)23.37º91.35%40.78%-
XYZ6.744.920.85-
YUV59.1299.72160.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=65.41%
G=28.93%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10446900.560.910.5923.3784.0722.16
Hex682E90385B3B175416
Octal1505611070133732712426
Binary110100010111010010111000101101111101110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682E09; }

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

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

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

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

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

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

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

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