#664819

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

Shades of Antique Brass #664819

Tints of Antique Brass #664819

Color information

#664819 (or 0x664819) is unknown color: approx Antique Brass. HEX triplet: 66, 48 and 19. RGB value is (102,72,25). Sum of RGB (Red+Green+Blue) = 102+72+25=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #664819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664819 is #99B7E6. Grayscale: #4B4B4B. Windows color (decimal): -10074087 or 1656934. OLE color: 1656934.

HSL color Cylindrical-coordinate representation of color #664819: hue angle of 36.62º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #664819 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1027225-
CMYK00.290.750.6
HSL36.62º60.63%24.9%-
HSV(B)36.62º75.49%40%-
XYZ7.977.531.95-
YUV75.6199.44146.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=51.26%
G=36.18%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102722500.290.750.636.6260.6324.9
Hex66481901D4B3C253d19
Octal1461103103511374457531
Binary1100110100100011001011101100101111110010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664819; }

 p { color: rgb(102,72,25); }

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

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

 a { background-color: rgb(102,72,25); }

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

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

 span { border-color: rgb(102,72,25); }

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