#683009

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

Shades of Baker's Chocolate #683009

Tints of Baker's Chocolate #683009

Color information

#683009 (or 0x683009) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 30 and 09. RGB value is (104,48,9). Sum of RGB (Red+Green+Blue) = 104+48+9=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #683009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683009 is #97CFF6. Grayscale: #3C3C3C. Windows color (decimal): -9949175 or 602216. OLE color: 602216.

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

Color convert

RGB104489-
CMYK00.540.910.59
HSL24.63º84.07%22.16%-
HSV(B)24.63º91.35%40.78%-
XYZ6.825.080.88-
YUV60.399.05159.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=64.60%
G=29.81%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10448900.540.910.5924.6384.0722.16
Hex683090365B3B195416
Octal1506011066133733112426
Binary110100011000010010110110101101111101111001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683009; }

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

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

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

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

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

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

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

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