#674515

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

Shades of Antique Brass #674515

Tints of Antique Brass #674515

Color information

#674515 (or 0x674515) is unknown color: approx Antique Brass. HEX triplet: 67, 45 and 15. RGB value is (103,69,21). Sum of RGB (Red+Green+Blue) = 103+69+21=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #674515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674515 is #98BAEA. Grayscale: #494949. Windows color (decimal): -10009323 or 1394023. OLE color: 1394023.

HSL color Cylindrical-coordinate representation of color #674515: hue angle of 35.12º 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 #674515 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1036921-
CMYK00.330.800.60
HSL35.12º66.13%24.31%-
HSV(B)35.12º79.61%40.39%-
XYZ7.867.191.68-
YUV73.6998.26148.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.37%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=53.37%
G=35.75%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103692100.330.800.6035.1266.1324.31
Hex674515021503C234218
Octal14710525041120744310230
Binary110011110001011010101000011010000111100100011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674515; }

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

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

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

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

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

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

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

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