#684619

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

Shades of Antique Brass #684619

Tints of Antique Brass #684619

Color information

#684619 (or 0x684619) is unknown color: approx Antique Brass. HEX triplet: 68, 46 and 19. RGB value is (104,70,25). Sum of RGB (Red+Green+Blue) = 104+70+25=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #684619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684619 is #97B9E6. Grayscale: #4B4B4B. Windows color (decimal): -9943527 or 1656424. OLE color: 1656424.

HSL color Cylindrical-coordinate representation of color #684619: hue angle of 34.18º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #684619 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1047025-
CMYK00.330.760.59
HSL34.18º61.24%25.29%-
HSV(B)34.18º75.96%40.78%-
XYZ8.077.391.92-
YUV75.0499.76148.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=52.26%
G=35.18%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104702500.330.760.5934.1861.2425.29
Hex6846190214C3B223d19
Octal1501063104111473427531
Binary11010001000110110010100001100110011101110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684619; }

 p { color: rgb(104,70,25); }

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

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

 a { background-color: rgb(104,70,25); }

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

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

 span { border-color: rgb(104,70,25); }

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