#664515

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

Shades of Antique Brass #664515

Tints of Antique Brass #664515

Color information

#664515 (or 0x664515) is unknown color: approx Antique Brass. HEX triplet: 66, 45 and 15. RGB value is (102,69,21). Sum of RGB (Red+Green+Blue) = 102+69+21=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664515 is #99BAEA. Grayscale: #494949. Windows color (decimal): -10074859 or 1394022. OLE color: 1394022.

HSL color Cylindrical-coordinate representation of color #664515: hue angle of 35.56º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #664515 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB1026921-
CMYK00.320.790.6
HSL35.56º65.85%24.12%-
HSV(B)35.56º79.41%40%-
XYZ7.747.141.68-
YUV73.498.43148.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=53.12%
G=35.94%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102692100.320.790.635.5665.8524.12
Hex6645150204F3C244218
Octal14610525040117744410230
Binary110011010001011010101000001001111111100100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664515; }

 p { color: rgb(102,69,21); }

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

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

 a { background-color: rgb(102,69,21); }

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

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

 span { border-color: rgb(102,69,21); }

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