#674618

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

Shades of Antique Brass #674618

Tints of Antique Brass #674618

Color information

#674618 (or 0x674618) is unknown color: approx Antique Brass. HEX triplet: 67, 46 and 18. RGB value is (103,70,24). Sum of RGB (Red+Green+Blue) = 103+70+24=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #674618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674618 is #98B9E7. Grayscale: #4A4A4A. Windows color (decimal): -10009064 or 1590887. OLE color: 1590887.

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

Color convert

RGB1037024-
CMYK00.320.770.60
HSL34.94º62.2%24.9%-
HSV(B)34.94º76.7%40.39%-
XYZ7.957.331.86-
YUV74.6299.43148.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.28%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=52.28%
G=35.53%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103702400.320.770.6034.9462.224.9
Hex6746180204D3C233e19
Octal1471063004011574437631
Binary11001111000110110000100000100110111110010001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674618; }

 p { color: rgb(103,70,24); }

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

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

 a { background-color: rgb(103,70,24); }

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

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

 span { border-color: rgb(103,70,24); }

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