#683603

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

Shades of Baker's Chocolate #683603

Tints of Baker's Chocolate #683603

Color information

#683603 (or 0x683603) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 03. RGB value is (104,54,3). Sum of RGB (Red+Green+Blue) = 104+54+3=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #683603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683603 is #97C9FC. Grayscale: #3F3F3F. Windows color (decimal): -9947645 or 210536. OLE color: 210536.

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

Color convert

RGB104543-
CMYK00.480.970.59
HSL30.3º94.39%20.98%-
HSV(B)30.3º97.12%40.78%-
XYZ7.045.590.79-
YUV63.1494.06157.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=64.60%
G=33.54%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454300.480.970.5930.394.3920.98
Hex68363030613B1e5e15
Octal150663060141733613625
Binary1101000110110110110000110000111101111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683603; }

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

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

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

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

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

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

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

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