#664214

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

Shades of Antique Brass #664214

Tints of Antique Brass #664214

Color information

#664214 (or 0x664214) is unknown color: approx Antique Brass. HEX triplet: 66, 42 and 14. RGB value is (102,66,20). Sum of RGB (Red+Green+Blue) = 102+66+20=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #664214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664214 is #99BDEB. Grayscale: #474747. Windows color (decimal): -10075628 or 1327718. OLE color: 1327718.

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

Color convert

RGB1026620-
CMYK00.350.800.6
HSL33.66º67.21%23.92%-
HSV(B)33.66º80.39%40%-
XYZ7.556.771.57-
YUV71.5298.93149.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=54.26%
G=35.11%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102662000.350.800.633.6667.2123.92
Hex664214023503C224318
Octal14610224043120744210330
Binary110011010000101010001000111010000111100100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664214; }

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

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

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

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

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

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

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

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