#664817

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

Shades of Antique Brass #664817

Tints of Antique Brass #664817

Color information

#664817 (or 0x664817) is unknown color: approx Antique Brass. HEX triplet: 66, 48 and 17. RGB value is (102,72,23). Sum of RGB (Red+Green+Blue) = 102+72+23=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #664817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664817 is #99B7E8. Grayscale: #4B4B4B. Windows color (decimal): -10074089 or 1525862. OLE color: 1525862.

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

Color convert

RGB1027223-
CMYK00.290.770.6
HSL37.22º63.2%24.51%-
HSV(B)37.22º77.45%40%-
XYZ7.957.521.84-
YUV75.3898.44146.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=51.78%
G=36.55%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102722300.290.770.637.2263.224.51
Hex66481701D4D3C253f19
Octal1461102703511574457731
Binary1100110100100010111011101100110111110010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664817; }

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

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

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

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

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

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

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

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