#683103

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

Shades of Baker's Chocolate #683103

Tints of Baker's Chocolate #683103

Color information

#683103 (or 0x683103) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 31 and 03. RGB value is (104,49,3). Sum of RGB (Red+Green+Blue) = 104+49+3=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #683103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683103 is #97CEFC. Grayscale: #3C3C3C. Windows color (decimal): -9948925 or 209256. OLE color: 209256.

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

Color convert

RGB104493-
CMYK00.530.970.59
HSL27.33º94.39%20.98%-
HSV(B)27.33º97.12%40.78%-
XYZ6.825.150.72-
YUV60.295.72159.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 3 (1.56% from 255) = 1.92%
R=66.67%
G=31.41%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10449300.530.970.5927.3394.3920.98
Hex68313035613B1b5e15
Octal150613065141733313625
Binary1101000110001110110101110000111101111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683103; }

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

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

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

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

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

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

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

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