#683D11

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

Shades of Antique Brass #683D11

Tints of Antique Brass #683D11

Color information

#683D11 (or 0x683D11) is unknown color: approx Antique Brass. HEX triplet: 68, 3D and 11. RGB value is (104,61,17). Sum of RGB (Red+Green+Blue) = 104+61+17=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #683D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683D11 is #97C2EE. Grayscale: #454545. Windows color (decimal): -9945839 or 1129832. OLE color: 1129832.

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

Color convert

RGB1046117-
CMYK00.410.840.59
HSL30.34º71.9%23.73%-
HSV(B)30.34º83.65%40.78%-
XYZ7.486.321.36-
YUV68.8498.75153.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=57.14%
G=33.52%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104611700.410.840.5930.3471.923.73
Hex683D11029543B1e4818
Octal1507521051124733611030
Binary1101000111101100010101001101010011101111110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,61,17); }

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

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

 a { background-color: rgb(104,61,17); }

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

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

 span { border-color: rgb(104,61,17); }

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