#683915

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

Shades of Baker's Chocolate #683915

Tints of Baker's Chocolate #683915

Color information

#683915 (or 0x683915) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 39 and 15. RGB value is (104,57,21). Sum of RGB (Red+Green+Blue) = 104+57+21=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #683915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683915 is #97C6EA. Grayscale: #434343. Windows color (decimal): -9946859 or 1390952. OLE color: 1390952.

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

Color convert

RGB1045721-
CMYK00.450.800.59
HSL26.02º66.4%24.51%-
HSV(B)26.02º79.81%40.78%-
XYZ7.315.921.47-
YUV66.95102.07154.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=57.14%
G=31.32%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104572100.450.800.5926.0266.424.51
Hex68391502D503B1a4219
Octal1507125055120733210231
Binary1101000111001101010101101101000011101111010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683915; }

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

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

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

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

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

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

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

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