#644917

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

Shades of Antique Brass #644917

Tints of Antique Brass #644917

Color information

#644917 (or 0x644917) is unknown color: approx Antique Brass. HEX triplet: 64, 49 and 17. RGB value is (100,73,23). Sum of RGB (Red+Green+Blue) = 100+73+23=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #644917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644917 is #9BB6E8. Grayscale: #4B4B4B. Windows color (decimal): -10204905 or 1526116. OLE color: 1526116.

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

Color convert

RGB1007323-
CMYK00.270.770.61
HSL38.96º62.6%24.12%-
HSV(B)38.96º77%39.22%-
XYZ7.797.541.85-
YUV75.3798.45145.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 23 (9.38% from 255) = 11.73%
R=51.02%
G=37.24%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100732300.270.770.6138.9662.624.12
Hex64491701B4D3D273f18
Octal1441112703311575477730
Binary1100100100100110111011011100110111110110011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644917; }

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

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

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

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

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

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

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

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