#683F16

Color #683F16 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #683F16

Tints of Dark Brown #683F16

Color information

#683F16 (or 0x683F16) is unknown color: approx Dark Brown. HEX triplet: 68, 3F and 16. RGB value is (104,63,22). Sum of RGB (Red+Green+Blue) = 104+63+22=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #683F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683F16 is #97C0E9. Grayscale: #464646. Windows color (decimal): -9945322 or 1458024. OLE color: 1458024.

HSL color Cylindrical-coordinate representation of color #683F16: hue angle of 30º 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 #683F16 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1046322-
CMYK00.390.790.59
HSL30º65.08%24.71%-
HSV(B)30º78.85%40.78%-
XYZ7.636.561.62-
YUV70.58100.58151.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=55.03%
G=33.33%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104632200.390.790.593065.0824.71
Hex683F160274F3B1e4119
Octal1507726047117733610131
Binary1101000111111101100100111100111111101111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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