#682803

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

Shades of Baker's Chocolate #682803

Tints of Baker's Chocolate #682803

Color information

#682803 (or 0x682803) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 28 and 03. RGB value is (104,40,3). Sum of RGB (Red+Green+Blue) = 104+40+3=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #682803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682803 is #97D7FC. Grayscale: #373737. Windows color (decimal): -9951229 or 206952. OLE color: 206952.

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

Color convert

RGB104403-
CMYK00.620.970.59
HSL21.98º94.39%20.98%-
HSV(B)21.98º97.12%40.78%-
XYZ6.484.470.61-
YUV54.9298.7163.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=70.75%
G=27.21%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10440300.620.970.5921.9894.3920.98
Hex6828303E613B165e15
Octal150503076141732613625
Binary1101000101000110111110110000111101110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682803; }

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

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

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

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

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

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

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

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