#683913

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

Shades of Baker's Chocolate #683913

Tints of Baker's Chocolate #683913

Color information

#683913 (or 0x683913) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 39 and 13. RGB value is (104,57,19). Sum of RGB (Red+Green+Blue) = 104+57+19=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #683913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683913 is #97C6EC. Grayscale: #424242. Windows color (decimal): -9946861 or 1259880. OLE color: 1259880.

HSL color Cylindrical-coordinate representation of color #683913: hue angle of 26.82º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #683913 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1045719-
CMYK00.450.820.59
HSL26.82º69.11%24.12%-
HSV(B)26.82º81.73%40.78%-
XYZ7.295.921.37-
YUV66.72101.07154.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=57.78%
G=31.67%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104571900.450.820.5926.8269.1124.12
Hex68391302D523B1b4518
Octal1507123055122733310530
Binary1101000111001100110101101101001011101111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683913; }

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

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

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

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

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

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

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

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