#682609

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

Shades of Baker's Chocolate #682609

Tints of Baker's Chocolate #682609

Color information

#682609 (or 0x682609) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 26 and 09. RGB value is (104,38,9). Sum of RGB (Red+Green+Blue) = 104+38+9=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #682609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682609 is #97D9F6. Grayscale: #363636. Windows color (decimal): -9951735 or 599656. OLE color: 599656.

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

Color convert

RGB104389-
CMYK00.630.910.59
HSL18.32º84.07%22.16%-
HSV(B)18.32º91.35%40.78%-
XYZ6.454.350.76-
YUV54.43102.37163.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=68.87%
G=25.17%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10438900.630.910.5918.3284.0722.16
Hex6826903F5B3B125416
Octal1504611077133732212426
Binary110100010011010010111111101101111101110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682609; }

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

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

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

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

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

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

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

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