#66491F

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

Shades of Antique Brass #66491F

Tints of Antique Brass #66491F

Color information

#66491F (or 0x66491F) is unknown color: approx Antique Brass. HEX triplet: 66, 49 and 1F. RGB value is (102,73,31). Sum of RGB (Red+Green+Blue) = 102+73+31=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #66491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66491F is #99B6E0. Grayscale: #4D4D4D. Windows color (decimal): -10073825 or 2050406. OLE color: 2050406.

HSL color Cylindrical-coordinate representation of color #66491F: hue angle of 35.49º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66491F is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1027331-
CMYK00.280.700.6
HSL35.49º53.38%26.08%-
HSV(B)35.49º69.61%40%-
XYZ8.117.692.35-
YUV76.88102.11145.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=49.51%
G=35.44%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102733100.280.700.635.4953.3826.08
Hex66491F01C463C23351a
Octal1461113703410674436532
Binary1100110100100111111011100100011011110010001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66491F; }

 p { color: rgb(102,73,31); }

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

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

 a { background-color: rgb(102,73,31); }

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

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

 span { border-color: rgb(102,73,31); }

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