#664717

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

Shades of Antique Brass #664717

Tints of Antique Brass #664717

Color information

#664717 (or 0x664717) is unknown color: approx Antique Brass. HEX triplet: 66, 47 and 17. RGB value is (102,71,23). Sum of RGB (Red+Green+Blue) = 102+71+23=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #664717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664717 is #99B8E8. Grayscale: #4B4B4B. Windows color (decimal): -10074345 or 1525606. OLE color: 1525606.

HSL color Cylindrical-coordinate representation of color #664717: hue angle of 36.46º degrees, saturation: 0.63, 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 #664717 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1027123-
CMYK00.300.770.6
HSL36.46º63.2%24.51%-
HSV(B)36.46º77.45%40%-
XYZ7.897.391.82-
YUV74.898.77147.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 23 (9.38% from 255) = 11.73%
R=52.04%
G=36.22%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102712300.300.770.636.4663.224.51
Hex66471701E4D3C243f19
Octal1461072703611574447731
Binary1100110100011110111011110100110111110010010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664717; }

 p { color: rgb(102,71,23); }

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

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

 a { background-color: rgb(102,71,23); }

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

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

 span { border-color: rgb(102,71,23); }

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