#683003

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

Shades of Baker's Chocolate #683003

Tints of Baker's Chocolate #683003

Color information

#683003 (or 0x683003) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 30 and 03. RGB value is (104,48,3). Sum of RGB (Red+Green+Blue) = 104+48+3=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #683003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683003 is #97CFFC. Grayscale: #3B3B3B. Windows color (decimal): -9949181 or 209000. OLE color: 209000.

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

Color convert

RGB104483-
CMYK00.540.970.59
HSL26.73º94.39%20.98%-
HSV(B)26.73º97.12%40.78%-
XYZ6.785.060.71-
YUV59.6196.05159.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=67.10%
G=30.97%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10448300.540.970.5926.7394.3920.98
Hex68303036613B1b5e15
Octal150603066141733313625
Binary1101000110000110110110110000111101111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683003; }

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

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

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

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

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

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

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

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