#674922

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

Shades of Antique Brass #674922

Tints of Antique Brass #674922

Color information

#674922 (or 0x674922) is unknown color: approx Antique Brass. HEX triplet: 67, 49 and 22. RGB value is (103,73,34). Sum of RGB (Red+Green+Blue) = 103+73+34=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #674922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674922 is #98B6DD. Grayscale: #4D4D4D. Windows color (decimal): -10008286 or 2247015. OLE color: 2247015.

HSL color Cylindrical-coordinate representation of color #674922: hue angle of 33.91º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674922 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB1037334-
CMYK00.290.670.60
HSL33.91º50.36%26.86%-
HSV(B)33.91º66.99%40.39%-
XYZ8.267.762.58-
YUV77.52103.44146.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.05%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=49.05%
G=34.76%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103733400.290.670.6033.9150.3626.86
Hex67492201D433C22321b
Octal1471114203510374426233
Binary11001111001001100010011101100001111110010001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674922; }

 p { color: rgb(103,73,34); }

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

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

 a { background-color: rgb(103,73,34); }

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

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

 span { border-color: rgb(103,73,34); }

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