#683007

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

Shades of Baker's Chocolate #683007

Tints of Baker's Chocolate #683007

Color information

#683007 (or 0x683007) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 30 and 07. RGB value is (104,48,7). Sum of RGB (Red+Green+Blue) = 104+48+7=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #683007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683007 is #97CFF8. Grayscale: #3C3C3C. Windows color (decimal): -9949177 or 471144. OLE color: 471144.

HSL color Cylindrical-coordinate representation of color #683007: hue angle of 25.36º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #683007 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB104487-
CMYK00.540.930.59
HSL25.36º87.39%21.76%-
HSV(B)25.36º93.27%40.78%-
XYZ6.85.070.82-
YUV60.0798.05159.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=65.41%
G=30.19%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10448700.540.930.5925.3687.3921.76
Hex683070365D3B195716
Octal150607066135733112726
Binary11010001100001110110110101110111101111001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683007; }

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

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

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

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

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

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

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

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