#664414

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

Shades of Antique Brass #664414

Tints of Antique Brass #664414

Color information

#664414 (or 0x664414) is unknown color: approx Antique Brass. HEX triplet: 66, 44 and 14. RGB value is (102,68,20). Sum of RGB (Red+Green+Blue) = 102+68+20=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #664414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664414 is #99BBEB. Grayscale: #484848. Windows color (decimal): -10075116 or 1328230. OLE color: 1328230.

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

Color convert

RGB1026820-
CMYK00.330.800.6
HSL35.12º67.21%23.92%-
HSV(B)35.12º80.39%40%-
XYZ7.677.011.61-
YUV72.6998.26148.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=53.68%
G=35.79%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102682000.330.800.635.1267.2123.92
Hex664414021503C234318
Octal14610424041120744310330
Binary110011010001001010001000011010000111100100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664414; }

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

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

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

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

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

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

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

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