#683E13

Color #683E13 Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #683E13

Tints of Antique Brass #683E13

Color information

#683E13 (or 0x683E13) is unknown color: approx Antique Brass. HEX triplet: 68, 3E and 13. RGB value is (104,62,19). Sum of RGB (Red+Green+Blue) = 104+62+19=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #683E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683E13 is #97C1EC. Grayscale: #454545. Windows color (decimal): -9945581 or 1261160. OLE color: 1261160.

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

Color convert

RGB1046219-
CMYK00.400.820.59
HSL30.35º69.11%24.12%-
HSV(B)30.35º81.73%40.78%-
XYZ7.556.441.46-
YUV69.6699.41152.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=56.22%
G=33.51%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104621900.400.820.5930.3569.1124.12
Hex683E13028523B1e4518
Octal1507623050122733610530
Binary1101000111110100110101000101001011101111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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