#683B12

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

Shades of Baker's Chocolate #683B12

Tints of Baker's Chocolate #683B12

Color information

#683B12 (or 0x683B12) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 3B and 12. RGB value is (104,59,18). Sum of RGB (Red+Green+Blue) = 104+59+18=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #683B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683B12 is #97C4ED. Grayscale: #434343. Windows color (decimal): -9946350 or 1194856. OLE color: 1194856.

HSL color Cylindrical-coordinate representation of color #683B12: hue angle of 28.6º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #683B12 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1045918-
CMYK00.430.830.59
HSL28.6º70.49%23.92%-
HSV(B)28.6º82.69%40.78%-
XYZ7.386.111.36-
YUV67.7899.91153.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=57.46%
G=32.60%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104591800.430.830.5928.670.4923.92
Hex683B1202B533B1d4618
Octal1507322053123733510630
Binary1101000111011100100101011101001111101111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,59,18); }

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

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

 a { background-color: rgb(104,59,18); }

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

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

 span { border-color: rgb(104,59,18); }

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