#683A16

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

Shades of Baker's Chocolate #683A16

Tints of Baker's Chocolate #683A16

Color information

#683A16 (or 0x683A16) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 3A and 16. RGB value is (104,58,22). Sum of RGB (Red+Green+Blue) = 104+58+22=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #683A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A16 is #97C5E9. Grayscale: #434343. Windows color (decimal): -9946602 or 1456744. OLE color: 1456744.

HSL color Cylindrical-coordinate representation of color #683A16: hue angle of 26.34º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #683A16 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1045822-
CMYK00.440.790.59
HSL26.34º65.08%24.71%-
HSV(B)26.34º78.85%40.78%-
XYZ7.376.031.53-
YUV67.65102.24153.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=56.52%
G=31.52%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104582200.440.790.5926.3465.0824.71
Hex683A1602C4F3B1a4119
Octal1507226054117733210131
Binary1101000111010101100101100100111111101111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,58,22); }

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

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

 a { background-color: rgb(104,58,22); }

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

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

 span { border-color: rgb(104,58,22); }

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