#683A15

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

Shades of Baker's Chocolate #683A15

Tints of Baker's Chocolate #683A15

Color information

#683A15 (or 0x683A15) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 3A and 15. RGB value is (104,58,21). Sum of RGB (Red+Green+Blue) = 104+58+21=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #683A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A15 is #97C5EA. Grayscale: #434343. Windows color (decimal): -9946603 or 1391208. OLE color: 1391208.

HSL color Cylindrical-coordinate representation of color #683A15: hue angle of 26.75º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #683A15 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1045821-
CMYK00.440.800.59
HSL26.75º66.4%24.51%-
HSV(B)26.75º79.81%40.78%-
XYZ7.366.021.48-
YUV67.54101.74154.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=56.83%
G=31.69%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104582100.440.800.5926.7566.424.51
Hex683A1502C503B1b4219
Octal1507225054120733310231
Binary1101000111010101010101100101000011101111011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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