#674920

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

Shades of Antique Brass #674920

Tints of Antique Brass #674920

Color information

#674920 (or 0x674920) is unknown color: approx Antique Brass. HEX triplet: 67, 49 and 20. RGB value is (103,73,32). Sum of RGB (Red+Green+Blue) = 103+73+32=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #674920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674920 is #98B6DF. Grayscale: #4D4D4D. Windows color (decimal): -10008288 or 2115943. OLE color: 2115943.

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

Color convert

RGB1037332-
CMYK00.290.690.60
HSL34.65º52.59%26.47%-
HSV(B)34.65º68.93%40.39%-
XYZ8.247.752.43-
YUV77.3102.44146.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.52%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=49.52%
G=35.10%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103733200.290.690.6034.6552.5926.47
Hex67492001D453C23351a
Octal1471114003510574436532
Binary11001111001001100000011101100010111110010001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674920; }

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

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

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

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

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

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

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

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