#683A11

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

Shades of Baker's Chocolate #683A11

Tints of Baker's Chocolate #683A11

Color information

#683A11 (or 0x683A11) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 3A and 11. RGB value is (104,58,17). Sum of RGB (Red+Green+Blue) = 104+58+17=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #683A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A11 is #97C5EE. Grayscale: #434343. Windows color (decimal): -9946607 or 1129064. OLE color: 1129064.

HSL color Cylindrical-coordinate representation of color #683A11: hue angle of 28.28º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #683A11 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1045817-
CMYK00.440.840.59
HSL28.28º71.9%23.73%-
HSV(B)28.28º83.65%40.78%-
XYZ7.326.011.3-
YUV67.0899.74154.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=58.10%
G=32.40%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104581700.440.840.5928.2871.923.73
Hex683A1102C543B1c4818
Octal1507221054124733411030
Binary1101000111010100010101100101010011101111100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683A11; }

 p { color: rgb(104,58,17); }

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

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

 a { background-color: rgb(104,58,17); }

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

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

 span { border-color: rgb(104,58,17); }

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