#674516

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

Shades of Antique Brass #674516

Tints of Antique Brass #674516

Color information

#674516 (or 0x674516) is unknown color: approx Antique Brass. HEX triplet: 67, 45 and 16. RGB value is (103,69,22). Sum of RGB (Red+Green+Blue) = 103+69+22=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #674516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674516 is #98BAE9. Grayscale: #4A4A4A. Windows color (decimal): -10009322 or 1459559. OLE color: 1459559.

HSL color Cylindrical-coordinate representation of color #674516: hue angle of 34.81º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #674516 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1036922-
CMYK00.330.790.60
HSL34.81º64.8%24.51%-
HSV(B)34.81º78.64%40.39%-
XYZ7.877.21.73-
YUV73.8198.76148.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.09%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=53.09%
G=35.57%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103692200.330.790.6034.8164.824.51
Hex6745160214F3C234119
Octal14710526041117744310131
Binary110011110001011011001000011001111111100100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674516; }

 p { color: rgb(103,69,22); }

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

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

 a { background-color: rgb(103,69,22); }

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

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

 span { border-color: rgb(103,69,22); }

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