#664314

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

Shades of Antique Brass #664314

Tints of Antique Brass #664314

Color information

#664314 (or 0x664314) is unknown color: approx Antique Brass. HEX triplet: 66, 43 and 14. RGB value is (102,67,20). Sum of RGB (Red+Green+Blue) = 102+67+20=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664314 is #99BCEB. Grayscale: #484848. Windows color (decimal): -10075372 or 1327974. OLE color: 1327974.

HSL color Cylindrical-coordinate representation of color #664314: hue angle of 34.39º degrees, saturation: 0.67, 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 #664314 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1026720-
CMYK00.340.800.6
HSL34.39º67.21%23.92%-
HSV(B)34.39º80.39%40%-
XYZ7.616.891.59-
YUV72.1198.6149.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=53.97%
G=35.45%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102672000.340.800.634.3967.2123.92
Hex664314022503C224318
Octal14610324042120744210330
Binary110011010000111010001000101010000111100100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664314; }

 p { color: rgb(102,67,20); }

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

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

 a { background-color: rgb(102,67,20); }

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

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

 span { border-color: rgb(102,67,20); }

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