#674214

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

Shades of Antique Brass #674214

Tints of Antique Brass #674214

Color information

#674214 (or 0x674214) is unknown color: approx Antique Brass. HEX triplet: 67, 42 and 14. RGB value is (103,66,20). Sum of RGB (Red+Green+Blue) = 103+66+20=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #674214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674214 is #98BDEB. Grayscale: #484848. Windows color (decimal): -10010092 or 1327719. OLE color: 1327719.

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

Color convert

RGB1036620-
CMYK00.360.810.60
HSL33.25º67.48%24.12%-
HSV(B)33.25º80.58%40.39%-
XYZ7.676.831.58-
YUV71.8298.76150.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=54.50%
G=34.92%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103662000.360.810.6033.2567.4824.12
Hex674214024513C214318
Octal14710224044121744110330
Binary110011110000101010001001001010001111100100001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674214; }

 p { color: rgb(103,66,20); }

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

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

 a { background-color: rgb(103,66,20); }

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

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

 span { border-color: rgb(103,66,20); }

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