#683109

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

Shades of Baker's Chocolate #683109

Tints of Baker's Chocolate #683109

Color information

#683109 (or 0x683109) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 31 and 09. RGB value is (104,49,9). Sum of RGB (Red+Green+Blue) = 104+49+9=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #683109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683109 is #97CEF6. Grayscale: #3D3D3D. Windows color (decimal): -9948919 or 602472. OLE color: 602472.

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

Color convert

RGB104499-
CMYK00.530.910.59
HSL25.26º84.07%22.16%-
HSV(B)25.26º91.35%40.78%-
XYZ6.865.160.89-
YUV60.8898.72158.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=64.20%
G=30.25%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10449900.530.910.5925.2684.0722.16
Hex683190355B3B195416
Octal1506111065133733112426
Binary110100011000110010110101101101111101111001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683109; }

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

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

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

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

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

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

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

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