#683519

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

Shades of Baker's Chocolate #683519

Tints of Baker's Chocolate #683519

Color information

#683519 (or 0x683519) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 35 and 19. RGB value is (104,53,25). Sum of RGB (Red+Green+Blue) = 104+53+25=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #683519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683519 is #97CAE6. Grayscale: #414141. Windows color (decimal): -9947879 or 1652072. OLE color: 1652072.

HSL color Cylindrical-coordinate representation of color #683519: hue angle of 21.27º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683519 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1045325-
CMYK00.490.760.59
HSL21.27º61.24%25.29%-
HSV(B)21.27º75.96%40.78%-
XYZ7.165.561.62-
YUV65.06105.4155.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=57.14%
G=29.12%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104532500.490.760.5921.2761.2425.29
Hex6835190314C3B153d19
Octal150653106111473257531
Binary110100011010111001011000110011001110111010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683519; }

 p { color: rgb(104,53,25); }

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

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

 a { background-color: rgb(104,53,25); }

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

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

 span { border-color: rgb(104,53,25); }

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