#674115

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

Shades of Antique Brass #674115

Tints of Antique Brass #674115

Color information

#674115 (or 0x674115) is unknown color: approx Antique Brass. HEX triplet: 67, 41 and 15. RGB value is (103,65,21). Sum of RGB (Red+Green+Blue) = 103+65+21=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #674115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674115 is #98BEEA. Grayscale: #474747. Windows color (decimal): -10010347 or 1392999. OLE color: 1392999.

HSL color Cylindrical-coordinate representation of color #674115: hue angle of 32.2º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #674115 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1036521-
CMYK00.370.800.60
HSL32.2º66.13%24.31%-
HSV(B)32.2º79.61%40.39%-
XYZ7.626.721.6-
YUV71.3599.59150.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=54.50%
G=34.39%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103652100.370.800.6032.266.1324.31
Hex674115025503C204218
Octal14710125045120744010230
Binary110011110000011010101001011010000111100100000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674115; }

 p { color: rgb(103,65,21); }

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

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

 a { background-color: rgb(103,65,21); }

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

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

 span { border-color: rgb(103,65,21); }

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