#664D1A

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

Shades of Antique Brass #664D1A

Tints of Antique Brass #664D1A

Color information

#664D1A (or 0x664D1A) is unknown color: approx Antique Brass. HEX triplet: 66, 4D and 1A. RGB value is (102,77,26). Sum of RGB (Red+Green+Blue) = 102+77+26=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D1A is #99B2E5. Grayscale: #4E4E4E. Windows color (decimal): -10072806 or 1723750. OLE color: 1723750.

HSL color Cylindrical-coordinate representation of color #664D1A: hue angle of 40.26º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #664D1A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1027726-
CMYK00.250.750.6
HSL40.26º59.38%25.1%-
HSV(B)40.26º74.51%40%-
XYZ8.328.212.12-
YUV78.6698.28144.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=49.76%
G=37.56%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102772600.250.750.640.2659.3825.1
Hex664D1A0194B3C283b19
Octal1461153203111374507331
Binary1100110100110111010011001100101111110010100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664D1A; }

 p { color: rgb(102,77,26); }

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

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

 a { background-color: rgb(102,77,26); }

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

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

 span { border-color: rgb(102,77,26); }

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