#644817

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

Shades of Antique Brass #644817

Tints of Antique Brass #644817

Color information

#644817 (or 0x644817) is unknown color: approx Antique Brass. HEX triplet: 64, 48 and 17. RGB value is (100,72,23). Sum of RGB (Red+Green+Blue) = 100+72+23=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #644817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644817 is #9BB7E8. Grayscale: #4B4B4B. Windows color (decimal): -10205161 or 1525860. OLE color: 1525860.

HSL color Cylindrical-coordinate representation of color #644817: hue angle of 38.18º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #644817 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB1007223-
CMYK00.280.770.61
HSL38.18º62.6%24.12%-
HSV(B)38.18º77%39.22%-
XYZ7.737.411.83-
YUV74.7998.78145.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.28%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=51.28%
G=36.92%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100722300.280.770.6138.1862.624.12
Hex64481701C4D3D263f18
Octal1441102703411575467730
Binary1100100100100010111011100100110111110110011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644817; }

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

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

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

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

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

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

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

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