#683919

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

Shades of Baker's Chocolate #683919

Tints of Baker's Chocolate #683919

Color information

#683919 (or 0x683919) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 39 and 19. RGB value is (104,57,25). Sum of RGB (Red+Green+Blue) = 104+57+25=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #683919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683919 is #97C6E6. Grayscale: #434343. Windows color (decimal): -9946855 or 1653096. OLE color: 1653096.

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

Color convert

RGB1045725-
CMYK00.450.760.59
HSL24.3º61.24%25.29%-
HSV(B)24.3º75.96%40.78%-
XYZ7.355.941.68-
YUV67.4104.07154.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=55.91%
G=30.65%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104572500.450.760.5924.361.2425.29
Hex68391902D4C3B183d19
Octal150713105511473307531
Binary110100011100111001010110110011001110111100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683919; }

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

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

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

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

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

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

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

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