#664517

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

Shades of Antique Brass #664517

Tints of Antique Brass #664517

Color information

#664517 (or 0x664517) is unknown color: approx Antique Brass. HEX triplet: 66, 45 and 17. RGB value is (102,69,23). Sum of RGB (Red+Green+Blue) = 102+69+23=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #664517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664517 is #99BAE8. Grayscale: #494949. Windows color (decimal): -10074857 or 1525094. OLE color: 1525094.

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

Color convert

RGB1026923-
CMYK00.320.770.6
HSL34.94º63.2%24.51%-
HSV(B)34.94º77.45%40%-
XYZ7.767.141.78-
YUV73.6299.43148.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 23 (9.38% from 255) = 11.86%
R=52.58%
G=35.57%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102692300.320.770.634.9463.224.51
Hex6645170204D3C233f19
Octal1461052704011574437731
Binary11001101000101101110100000100110111110010001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664517; }

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

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

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

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

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

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

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

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