#674012

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

Shades of Antique Brass #674012

Tints of Antique Brass #674012

Color information

#674012 (or 0x674012) is unknown color: approx Antique Brass. HEX triplet: 67, 40 and 12. RGB value is (103,64,18). Sum of RGB (Red+Green+Blue) = 103+64+18=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #674012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674012 is #98BFED. Grayscale: #464646. Windows color (decimal): -10010606 or 1196135. OLE color: 1196135.

HSL color Cylindrical-coordinate representation of color #674012: hue angle of 32.47º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #674012 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1036418-
CMYK00.380.830.60
HSL32.47º70.25%23.73%-
HSV(B)32.47º82.52%40.39%-
XYZ7.546.591.45-
YUV70.4298.42151.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=55.68%
G=34.59%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103641800.380.830.6032.4770.2523.73
Hex674012026533C204618
Octal14710022046123744010630
Binary110011110000001001001001101010011111100100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674012; }

 p { color: rgb(103,64,18); }

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

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

 a { background-color: rgb(103,64,18); }

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

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

 span { border-color: rgb(103,64,18); }

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